The setting of the server port number sin_port in drivers/accepter.cc was correct just for little-endian machines. By using htons(), it works also on big-endian hosts.
patch for accepter.cc
Log in to post a comment.
patch for accepter.cc