Cronous Emulation Server Daemon

TCPSocket Fields

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

Public Static (Shared) Fields

BUFFER_SIZE Buffer size.

Protected Static (Shared) Fields

_temp_buffer Temporary buffer used for sending and receiving operations.

Protected Instance Fields

_can_send Specifies whether the socket is ready to send data.
_end_point End point of connection target.
_receive_buf Buffer for data reception.
_send_buf Buffer for data transmission.
_socket (inherited from TCPSocketHandler) Socket object associated to the handler.
_state Socket state.

See Also

TCPSocket Class | croemud.connection Namespace