endianess (#110)
All checks were successful
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good

Precise endianess
This commit is contained in:
Louis Royer 2020-04-03 15:42:35 +02:00
parent 58add14fa9
commit aae25fbd99

View File

@ -1,6 +1,6 @@
# P2P-JAVA-PROJECT version 1.2 (Binary protocol for step 2+)
All strings in the datagram are utf-8 encoded.
All strings in the datagram are utf-8 encoded. All numerical values are big endian.
```text