Addded format for protocol.

This commit is contained in:
Tristan B. Kildaire 2020-06-22 21:36:06 +02:00
parent 783070f828
commit ebdfad5023
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
tristanable
===========
Tag-based asynchronous messaging framework
Tag-based asynchronous messaging framework
## Format
```
[4 bytes (size-2, little endian)][2 bytes - tag][(2-size) bytes - data]
```