Member Variables |
Description |
m_nBacklog |
The size of the backlog connection queue for the server |
m_nMaxClients |
The maximum number of active client sessions accepted by the
server |
m_nMaxClientsPerAddress |
The maximum number of clients per IP address accepted by the
server |
m_dwOptions |
The options specified when creating an instance of the server |
m_nPriority |
The priority specified when creating an instance of the server |
m_dwStackSize |
The initial size of the stack allocated for threads created by
the server |
m_nTimeout |
The timeout period in seconds waiting for a blocking operation
to complete |