Update docs

This commit is contained in:
Fierelier 2021-06-30 17:32:11 +02:00
parent d8f4ccc893
commit 6c0ec53665
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Base-server
## TCP request syntax
A valid request contains a 4-byte (32-bit) big endian unsigned integer denoting the length of the data in bytes, not including the integer itself, followed by the data. Responses are formed in the same format.
A valid request contains a 4-byte (32-bit) big endian unsigned integer denoting the length of the data in bytes, not including the integer itself, a null-byte (`00000000`), which is also not included in the length, followed by the data. Responses are formed in the same format.
# Text-server
## Command data syntax