|
ecsnet
|
The protocol handler structure. Manages the state for incoming and outgoing network packets, providing functionality for packing, unpacking, and processing network data. More...
#include <protocol_handler.h>

Public Attributes | |
| network_packet_t | out_packet |
| network_packet_t | in_packet |
The protocol handler structure. Manages the state for incoming and outgoing network packets, providing functionality for packing, unpacking, and processing network data.
| network_packet_t protocol_handler_t::in_packet |
The buffer for the incoming packet.
| network_packet_t protocol_handler_t::out_packet |
The buffer for the outgoing packet.