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§
- Command
Packet - Aggregated packet containing multiple protocol commands.
Enums§
- Protocol
Command - Protocol commands that can be sent between peers.