Do networking?
Work-in-progress page, just wanted to capture some trickiness Jack came across.
- In
net_bind()
,IPPROTO_TCP
as the third parameter gives the cryptic error -81, which is not really defined anywhere. This really needs to beIPPROTO_IP
instead. - Get your port number right!