gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r18095 - gnunet/src/include
Date: Thu, 10 Nov 2011 14:38:01 +0100

Author: wachs
Date: 2011-11-10 14:38:01 +0100 (Thu, 10 Nov 2011)
New Revision: 18095

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:


Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2011-11-10 12:58:35 UTC (rev 
18094)
+++ gnunet/src/include/gnunet_protocols.h       2011-11-10 13:38:01 UTC (rev 
18095)
@@ -1093,14 +1093,22 @@
 #define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_ITERATE 380
 
 /**
- * Message send by a peer to notify the other to keep the session alive.
+ * Message send by a peer to notify the other to keep the session alive
+ * and measure latency in a regular interval
  */
 #define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381
 
 /**
+ * Response to a GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE message to
+ * measure latency in a regular interval
+ */
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE_RESPONSE 382
+
+
+/**
  * Message send by a peer to notify the other to keep the session alive.
  */
-#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 382
+#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 383
 
 
 /**




reply via email to

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