Ver código fonte

Comment about network byte order for message header fields

Serj Kalichev 8 meses atrás
pai
commit
c6863168ce
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      faux/msg.h

+ 2 - 0
faux/msg.h

@@ -27,6 +27,8 @@
  * parameter headers for each parameter. Parameter's header contains parameter
  * type and length of parameter. After parameter headers array the parameter's
  * data follows in a sequence.
+ *
+ * Multibyte header fields use network (big-endian) byte order.
  */