aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index e2d6f9d0b..d2426addb 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -67,9 +67,12 @@ struct GNUNET_CADET_ConnectionCreateMessage
67 struct GNUNET_MessageHeader header; 67 struct GNUNET_MessageHeader header;
68 68
69 /** 69 /**
70 * For alignment. 70 * Connection options in network byte order.
71 * #GNUNET_CADET_OPTION_DEFAULT for buffered;
72 * #GNUNET_CADET_OPTION_NOBUFFER for unbuffered.
73 * Other flags are ignored and should not be set at this level.
71 */ 74 */
72 uint32_t reserved GNUNET_PACKED; 75 uint32_t options GNUNET_PACKED;
73 76
74 /** 77 /**
75 * ID of the connection 78 * ID of the connection