|
Atrinik Server 2.5
|
#include <newserver.h>
Data Fields | |
| struct timeval | timeout |
| int | max_filedescriptor |
| int | nconns |
| int | allocated_sockets |
Holds some system related information.
Definition at line 301 of file newserver.h.
Number of allocated in init_sockets.
Definition at line 313 of file newserver.h.
Max filedescriptor on the system.
Definition at line 307 of file newserver.h.
Number of connections.
Definition at line 310 of file newserver.h.
| struct timeval Socket_Info_struct::timeout |
Timeout for select.
Definition at line 304 of file newserver.h.
1.7.4