updates.
[silc.git] / lib / silccore / id.h
index 6a1034dffd612204bde3ccdd4e78a260f3d759fd..349f65150eafb928259026c07b73ba90c57ffda3 100644 (file)
@@ -52,7 +52,7 @@ typedef uint16 SilcIdType;
    ID depends of the length of the IP address.
 */
 typedef struct {
-  unsigned char data[16];      /* IP data */
+  unsigned char data[16];      /* IP data (in MSB first order) */
   uint8 data_len;              /* Length of the data (4 or 16) */
 } SilcIDIP;