Explorar el Código

Comment about network byte order for message header fields

Serj Kalichev hace 3 meses
padre
commit
c6863168ce
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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.
  */