gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r28199 - gnunet/src/include
Date: Fri, 19 Jul 2013 15:46:28 +0200

Author: bartpolot
Date: 2013-07-19 15:46:28 +0200 (Fri, 19 Jul 2013)
New Revision: 28199

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-19 13:46:05 UTC (rev 
28198)
+++ gnunet/src/include/gnunet_protocols.h       2013-07-19 13:46:28 UTC (rev 
28199)
@@ -827,11 +827,6 @@
 #define GNUNET_MESSAGE_TYPE_MESH_TO_ORIG_ACK            264
 
 /**
- * Avoid path timeouts
- */
-#define GNUNET_MESSAGE_TYPE_MESH_PATH_KEEPALIVE         265
-
-/**
  * Request the destuction of a path
  */
 #define GNUNET_MESSAGE_TYPE_MESH_PATH_DESTROY           266
@@ -852,6 +847,16 @@
 #define GNUNET_MESSAGE_TYPE_MESH_POLL                   269
 
 /**
+ * Announce origin is still alive.
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_FWD_KEEPALIVE          270
+
+/**
+ * Announce destination is still alive.
+ */
+#define GNUNET_MESSAGE_TYPE_MESH_BCK_KEEPALIVE          271
+
+/**
  * Connect to the mesh service, specifying subscriptions
  */
 #define GNUNET_MESSAGE_TYPE_MESH_LOCAL_CONNECT          272




reply via email to

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