Module command

Module command 

Source
Expand description

Protocol command types. Protocol command types for command-based architecture.

Everything is a command: sending data, acknowledging packets, pinging, disconnecting, etc. Commands are aggregated into larger packets to improve bandwidth utilization.

Structs§

CommandPacket
Aggregated packet containing multiple protocol commands.

Enums§

ProtocolCommand
Protocol commands that can be sent between peers.