C# (CSharp) Crosschat.Server.Infrastructure.Protocol Namespace

Classes

Name Description
Command
CommandBuffer
CommandParser It's a protocol like that: +-------+--------+-------------------------------+ |request| | | | name | len(4) | request body | | (4) | | | +-------+--------+-------------------------------+ request name: the name of the request, 4 chars, used for matching the processing command request data: the body of the request TODO: add isEncoded and isZipped flags