Do not use connect on UDP sockets and use sendto/recvfrom instead of send/recv...
Do not use connect on UDP sockets and use sendto/recvfrom instead of send/recv because apparently on BSD a connect will fail on UDP sockets
Showing
Please register or sign in to comment