Cronous Emulation Server Daemon

ClientConnection._sent_packets Field

A queue of sent packets.

[Visual Basic]
Protected _sent_packets As Queue
[C#]
protected Queue _sent_packets;
[C++]
protected: Queue* _sent_packets;
[JScript]
protected var _sent_packets: Queue;

See Also

ClientConnection Class | croemud.connection Namespace