Networking
- In
net_bind(),IPPROTO_TCPas the third parameter gives the cryptic error -81, which is not really defined anywhere. This really needs to beIPPROTO_IPinstead. - Get your port number right!
net_bind(), IPPROTO_TCP as the third parameter gives the cryptic error -81, which is not really defined anywhere. This really needs to be IPPROTO_IP instead.