Cronous Emulation Server Daemon

TCPServerSocket.backlog Property

Number of clients pending while listening.

[Visual Basic]
Public Property backlog As Integer
[C#]
public int backlog { get; set; }
[C++]
public: __property int get_backlog();
public: __property void set_backlog(int );
[JScript]
public function get backlog() : int
public function set backlog(int);

See Also

TCPServerSocket Class | croemud.connection Namespace