aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-30 03:32:20 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-30 03:32:20 +0100
commitea7d98e90d841200c2eb8cee31910b5bfa484880 (patch)
tree2549734c01c3f189957551101d746e322339528f /src/include/gnunet_protocols.h
parenta3dfb3954f1ae0ac7d0135af5e0562d71f25c036 (diff)
downloadgnunet-ea7d98e90d841200c2eb8cee31910b5bfa484880.tar.gz
gnunet-ea7d98e90d841200c2eb8cee31910b5bfa484880.zip
generate ACKs for backchannel
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 409356d77..793430184 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3234,6 +3234,16 @@ extern "C"
3234#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_FINISH 1452 3234#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_FINISH 1452
3235 3235
3236/** 3236/**
3237 * UDP KX acknowledgement.
3238 */
3239#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_ACK 1460
3240
3241/**
3242 * UDP communicator padding.
3243 */
3244#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_PAD 1461
3245
3246/**
3237 * Next available: 1500 3247 * Next available: 1500
3238 */ 3248 */
3239 3249