diff options
Diffstat (limited to 'PROTOCOL.md')
| -rw-r--r-- | PROTOCOL.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PROTOCOL.md b/PROTOCOL.md index d17eded..6686036 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -12,6 +12,7 @@ Every packet starts with `uint8` denoting type of the rest of remaining data. | 0x01 | Handshake | | 0x02 | Ping | | 0x03 | Pong | +| 0xFF | Test | ## Events @@ -38,3 +39,6 @@ Timezone should always be UTC. |--------|------|------------------| | uint64 | time | Unix timestamp | +### Test + +Event type reserved for testing. Does not have defined structure.
\ No newline at end of file |
