Hi, The trunk code version of TSNetConnect now seems to take a host byte ordered port number. Previously (i.e. 3.0.0) took the network byte order. I.e. I now have to use the ntohs function on the port number.
Is this by design? Thank-you, Chris Reynolds.