Closed erlingrj closed 5 days ago
Currently we need the server to call bind before the client calls connect. According to Lasse, this is simply solved by passing a NON_BLOCKING flag to the connect call
bind
connect
Currently we need the server to call
bind
before the client callsconnect
. According to Lasse, this is simply solved by passing a NON_BLOCKING flag to the connect call