From: Scott Worley Date: Sun, 8 Oct 2023 04:34:50 +0000 (-0700) Subject: client: net: Fix port byte order X-Git-Tag: v0.1.0~61 X-Git-Url: http://git.scottworley.com/tattlekey/commitdiff_plain/1d94976e09413eba32972b3c60f30e2ee83dbcdb?hp=1d94976e09413eba32972b3c60f30e2ee83dbcdb client: net: Fix port byte order Docs ( https://www.nongnu.org/lwip/2_0_x/group__udp__raw.html ) say "ipaddr & port are expected to be in the same byte order as in the pcb," which apparently means _don't_ run it through htons(). ---