From ea7d98e90d841200c2eb8cee31910b5bfa484880 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 30 Jan 2019 03:32:20 +0100 Subject: generate ACKs for backchannel --- src/include/gnunet_protocols.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/gnunet_protocols.h') 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 @@ -3233,6 +3233,16 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_COMMUNICATOR_TCP_FINISH 1452 +/** + * UDP KX acknowledgement. + */ +#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_ACK 1460 + +/** + * UDP communicator padding. + */ +#define GNUNET_MESSAGE_TYPE_COMMUNICATOR_UDP_PAD 1461 + /** * Next available: 1500 */ -- cgit v1.2.3