gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27892 - gnunet/src/include
Date: Wed, 10 Jul 2013 17:36:24 +0200

Author: bartpolot
Date: 2013-07-10 17:36:24 +0200 (Wed, 10 Jul 2013)
New Revision: 27892

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

Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-07-10 15:11:20 UTC (rev 
27891)
+++ gnunet/src/include/gnunet_protocols.h       2013-07-10 15:36:24 UTC (rev 
27892)
@@ -817,34 +817,39 @@
 #define GNUNET_MESSAGE_TYPE_MESH_TO_ORIGIN              262
 
 /**
- * Confirm data end-to-end.
+ * Confirm owner->dest data end-to-end (ack goes dest->owner).
  */
-#define GNUNET_MESSAGE_TYPE_MESH_DATA_ACK               263
+#define GNUNET_MESSAGE_TYPE_MESH_UNICAST_ACK            263
 
 /**
+ * Confirm dest->owner data end-to-end (ack goes owner->dest).
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK            264
+
+/**
  * Avoid path timeouts
  */
-#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE         264
+#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE         265
 
 /**
  * Request the destuction of a path
  */
-#define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY           265
+#define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY           266
 
 /**
  * Request the destruction of a whole tunnel
  */
-#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY         266
+#define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY         267
 
 /**
  * ACK for a data packet.
  */
-#define GNUNET_MESSAGE_TYPE_MESH_ACK                    267
+#define GNUNET_MESSAGE_TYPE_MESH_ACK                    268
 
 /**
  * Poll for an ACK.
  */
-#define GNUNET_MESSAGE_TYPE_MESH_POLL                   268
+#define GNUNET_MESSAGE_TYPE_MESH_POLL                   269
 
 /**
  * Connect to the mesh service, specifying subscriptions




reply via email to

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