Cronous Emulation Server Daemon

TCPServerSocket._backlog Field

Number of clients pending while listening.

[Visual Basic]
Protected _backlog As Integer
[C#]
protected int _backlog;
[C++]
protected: int _backlog;
[JScript]
protected var _backlog: int;

See Also

TCPServerSocket Class | croemud.connection Namespace