hunk ./ChangeLog 1 +Wed Aug 25 18:10:50 2010 James Cameron + + * tcpxd.c (main): do not increment port number when EADDRINUSE is + triggered ... this was very old code that was for a different + purpose entirely. Reported by: + hunk ./tcpxd.c 860 - service->remote.sin_port = - htons(ntohs(service->remote.sin_port)+1);