-docu
authorChristian Grothoff <christian@grothoff.org>
Mon, 30 Jan 2012 21:10:02 +0000 (21:10 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 30 Jan 2012 21:10:02 +0000 (21:10 +0000)
src/include/gnunet_tun_lib.h

index 4e824a9f5fc143bfb5023a026d46e7ff6226cbc7..5bac236d97c8ca446abbc40062b1941325baeb67 100644 (file)
@@ -181,7 +181,7 @@ struct GNUNET_TUN_TcpHeader
   uint32_t ack GNUNET_PACKED;
 #if __BYTE_ORDER == __LITTLE_ENDIAN       
   /**
-   * Reserved.
+   * Reserved.  Must be zero.
    */
   unsigned int reserved : 4 GNUNET_PACKED;
   /**
@@ -194,10 +194,14 @@ struct GNUNET_TUN_TcpHeader
    */
   unsigned int off : 4 GNUNET_PACKED;
   /**
-   * Reserved.
+   * Reserved.  Must be zero.
    */
   unsigned int reserved : 4 GNUNET_PACKED;
 #endif        
+
+  /**
+   * Flags (SYN, FIN, ACK, etc.)
+   */
   uint8_t flags;
 
   /**