network byte order is big endian

This commit is contained in:
Frank Morgner
2013-06-26 21:21:41 +02:00
parent 4b5230c129
commit fa0b3bae28

View File

@@ -28,7 +28,7 @@ Length Command Length Response
============= ==================== ============= =============
The communication is initiated by |vpcd|. First the length of the data (in
network byte order, i.e. little endian) is sent followed by the data itself.
network byte order, i.e. big endian) is sent followed by the data itself.
===================================