(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 10 Nov 2011 13:38:01 +0000 (13:38 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 10 Nov 2011 13:38:01 +0000 (13:38 +0000)
src/include/gnunet_protocols.h

index 3e33b51e5affbe1049197c388db810be3d5523ec..81b5ce6b8520d7bb303596c92cf39b66d58363bb 100644 (file)
@@ -1093,14 +1093,22 @@ extern "C"
 #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
 
 
 /**