From 4fe41ef7abeeb3a41f15eeeb6ff374dbf0b10b88 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Mon, 21 Jun 2010 11:26:31 +0000 Subject: [PATCH] UDP message types --- src/include/gnunet_protocols.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index fef6fcb6b..bfa1314c9 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -274,7 +274,17 @@ extern "C" * TCP NAT probe message, send from NAT'd peer to * other peer to establish bi-directional communication */ -#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE 53 +#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE 51 + +/** + * Normal UDP message type. + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_MESSAGE 52 + +/** + * Fragmented part of a UDP message. + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_MESSAGE_PART 53 /** * UDP NAT probe message, send from NAT'd peer to -- 2.25.1