Cronous Emulation Server Daemon

ClientConnection Fields

The fields of the ClientConnection class are listed below. For a complete list of ClientConnection class members, see the ClientConnection Members topic.

Protected Instance Fields

_can_send (inherited from TCPSocket) Specifies whether the socket is ready to send data.
_current_packet The current incoming packet.
_end_point (inherited from TCPSocket) End point of connection target.
_game_server Game server.
_receive_buf (inherited from TCPSocket) Buffer for data reception.
_received_packets A queue of received packets.
_remote_ip Remote IP address.
_send_buf (inherited from TCPSocket) Buffer for data transmission.
_sent_packets A queue of sent packets.
_socket (inherited from TCPSocketHandler) Socket object associated to the handler.
_state (inherited from TCPSocket) Socket state.

See Also

ClientConnection Class | croemud.connection Namespace