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.