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.h12
1 files changed, 11 insertions, 1 deletions
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"
274 * TCP NAT probe message, send from NAT'd peer to 274 * TCP NAT probe message, send from NAT'd peer to
275 * other peer to establish bi-directional communication 275 * other peer to establish bi-directional communication
276 */ 276 */
277#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE 53 277#define GNUNET_MESSAGE_TYPE_TRANSPORT_TCP_NAT_PROBE 51
278
279/**
280 * Normal UDP message type.
281 */
282#define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_MESSAGE 52
283
284/**
285 * Fragmented part of a UDP message.
286 */
287#define GNUNET_MESSAGE_TYPE_TRANSPORT_UDP_MESSAGE_PART 53
278 288
279/** 289/**
280 * UDP NAT probe message, send from NAT'd peer to 290 * UDP NAT probe message, send from NAT'd peer to