Update docs
This commit is contained in:
parent
d8f4ccc893
commit
6c0ec53665
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user