Details
-
Technical task
-
Resolution: Fixed
-
Trivial
-
None
-
None
Description
80 ok_eq_hex(AcceptAddress.sin_port, ntohs(TEST_CONNECT_CLIENT_PORT));
|
should be either ntohs(sin_port) or htons(TEST_CONNECT_CLIENT_PORT).
NB:
The actual result is identical, yet the code is wrong when reading it.