Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
udp: fix endianness for port (#1194)
If the host OS is already big endian, we were swapping bytes when we shouldn't have. Use the Go helper to make sure we do the endianness correctly Fixes: #1189
- Loading branch information