CInternetServer::m_nBacklog  
 
UINT m_nBacklog;

The size of the backlog connection queue for the server.

Remarks

The m_nBacklog data member is a public variable that specifies the size of the queue allocated for pending client connections. A value of zero specifies that the queue should be set to a reasonable default value. On Windows server platforms, the maximum value is large enough to queue several hundred pending connections. Changing the value of this data member does not have an effect on an active instance of the server.

See Also

CInternetServer