#include <newserver.h>
Data Fields | |
struct timeval | timeout |
int | max_filedescriptor |
int | nconns |
int | allocated_sockets |
Definition at line 171 of file newserver.h.
Number of allocated in init_sockets.
Definition at line 175 of file newserver.h.
max filedescriptor on the system.
Definition at line 173 of file newserver.h.
int nconns |
Number of connections.
Definition at line 174 of file newserver.h.
struct timeval timeout [read] |
Timeout for select.
Definition at line 172 of file newserver.h.