#include <udefs.hpp>
Public Attributes | |
| int | port_no |
| int | queue_size |
| int | sock_id |
|
|
This is the port number to where the server is supposed to bind itself. |
|
|
This is the maximum queue size that the listen function can have. |
|
|
This represents the unique file descriptor of the socket to be used by the server for listening for connections, and accepting them. |
1.2.18