Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
socket_request_listener Struct Reference

Structure to hold socket request listener information. More...

#include <socket.h>

Public Attributes

fd_set readfds
 
struct timeval timeout
 

Detailed Description

Structure to hold socket request listener information.

This structure contains the file descriptor set and timeout value used for monitoring socket read events.

Member Data Documentation

◆ readfds

socket_request_listener::readfds

File descriptor set used for monitoring read events on sockets.

◆ timeout

socket_request_listener::timeout

Timeout value for the select() system call, specifying the maximum time to wait for an event.


The documentation for this struct was generated from the following file: