aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-06-21 11:26:31 +0000
committerNathan S. Evans <evans@in.tum.de>2010-06-21 11:26:31 +0000
commit4fe41ef7abeeb3a41f15eeeb6ff374dbf0b10b88 (patch)
treeafce13337b10a88bafea50c5b6e835c0935a7682 /src/include/gnunet_protocols.h
parent78f670596c74d20d200d8cfdce379af2ee70f9bc (diff)
downloadgnunet-4fe41ef7abeeb3a41f15eeeb6ff374dbf0b10b88.tar.gz
gnunet-4fe41ef7abeeb3a41f15eeeb6ff374dbf0b10b88.zip
UDP message types
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