IC:Protocol
The "InfiniCraft" (IC) Client Proxy <-> Node Protocol Draft.
Data Types
All types are the same as Java for performance reasons, with the exception of all integral types having unsigned variants as well as signed variants. All sizes are unsigned.
Header
All packets begin with the same header, intended to ease creating flexible tools and future-compatibility.
- ID [unsigned byte] - denotes the type of packet being recieved
- FLAGS [unsigned byte] - protocol and packet features
- LENGTH [unsigned int] - total length of the packet (for skip-ahead)