gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28301 - gnunet/src/include
Date: Wed, 24 Jul 2013 15:40:40 +0200

Author: bartpolot
Date: 2013-07-24 15:40:40 +0200 (Wed, 24 Jul 2013)
New Revision: 28301

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
- New message names


Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-07-24 13:19:12 UTC (rev 
28300)
+++ gnunet/src/include/gnunet_protocols.h       2013-07-24 13:40:40 UTC (rev 
28301)
@@ -787,22 +787,24 @@
 #define GNUNET_MESSAGE_TYPE_MESH_HELLO 216
 
 /**
- * Request the creation of a path
+ * Request the creation of a connection
  */
 #define GNUNET_MESSAGE_TYPE_MESH_PATH_CREATE            256
+#define GNUNET_MESSAGE_TYPE_MESH_CONNECTION_CREATE      256
 
 /**
- * Send origin an ACK that the path is complete
+ * Send origin an ACK that the connection is complete
  */
 #define GNUNET_MESSAGE_TYPE_MESH_PATH_ACK               257
+#define GNUNET_MESSAGE_TYPE_MESH_CONNECTION_ACK         257
 
 /**
- * Notify that a connection of a path is no longer valid
+ * Notify that a connection is no longer valid
  */
 #define GNUNET_MESSAGE_TYPE_MESH_PATH_BROKEN            258
 
 /**
- * At some point, the route will spontaneously change
+ * At some point, the route will spontaneously change TODO
  */
 #define GNUNET_MESSAGE_TYPE_MESH_PATH_CHANGED           259
 
@@ -830,9 +832,10 @@
  * Request the destuction of a path
  */
 #define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY           266
+#define GNUNET_MESSAGE_TYPE_MESH_CONNECTION_DESTROY     266
 
 /**
- * Request the destruction of a whole tunnel
+ * Request the destruction of a whole tunnel 
  */
 #define GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY         267
 




reply via email to

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