Use poll to wait for writable/readable sockets

Issue #212 closed
Paolo Brandoli repo owner created an issue

At the moment, blocking calls to recv and send are used to read/write from/to sockets.

Use poll before calling recv or send in order to avoid calling recv or send while the socket is being connected

Comments (16)

  1. Log in to comment