aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-29 18:43:35 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-29 18:43:35 +0100
commit81f9e9e971e615e9f1f18d1509168b56bb7360c0 (patch)
tree84bf2b1e3240ee9190bf1ea7f2dfca63c19dafe1 /src/cadet/cadet_protocol.h
parentdc430a9d23f8fd76f700d6836d4f4748429d70cd (diff)
downloadgnunet-81f9e9e971e615e9f1f18d1509168b56bb7360c0.tar.gz
gnunet-81f9e9e971e615e9f1f18d1509168b56bb7360c0.zip
introduce buffering options on the route level
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