From 935f264767bfc4ca6a4e47f48452de287ebe0148 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 10 Nov 2011 13:38:01 +0000 Subject: [PATCH] --- src/include/gnunet_protocols.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 3e33b51e5..81b5ce6b8 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -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 /** -- 2.25.1