As I understand it, the FD_WRITE message means you have a connection and room in the output buffer to accept data. After you get FD_WRITE, use send() to send data when you have it.
U
User 12573126
@User 12573126
As I understand it, the FD_WRITE message means you have a connection and room in the output buffer to accept data. After you get FD_WRITE, use send() to send data when you have it.