aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1cd06de8d..409356d77 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3219,7 +3219,22 @@ extern "C"
3219 3219
3220 3220
3221/** 3221/**
3222 * Next available: 1450 3222 * TCP communicator rekey message.
3223 */
3224#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_REKEY 1450
3225
3226/**
3227 * TCP communicator payload box
3228 */
3229#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_BOX 1451
3230
3231/**
3232 * TCP communicator end of stream.
3233 */
3234#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_FINISH 1452
3235
3236/**
3237 * Next available: 1500
3223 */ 3238 */
3224 3239
3225 3240