gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r11844 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r11844 - gnunet/src/include
Date: Mon, 21 Jun 2010 13:26:31 +0200

Author: nevans
Date: 2010-06-21 13:26:31 +0200 (Mon, 21 Jun 2010)
New Revision: 11844

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
UDP message types

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2010-06-20 18:44:59 UTC (rev 
11843)
+++ gnunet/src/include/gnunet_protocols.h       2010-06-21 11:26:31 UTC (rev 
11844)
@@ -274,9 +274,19 @@
  * 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
  * other peer to negotiate punched address/port
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]