Structure to hold socket request listener information. More...
#include <socket.h>
Public Attributes | |
fd_set | readfds |
struct timeval | timeout |
Structure to hold socket request listener information.
This structure contains the file descriptor set and timeout value used for monitoring socket read events.
socket_request_listener::readfds |
File descriptor set used for monitoring read events on sockets.
socket_request_listener::timeout |
Timeout value for the select() system call, specifying the maximum time to wait for an event.