From: Matthias Wachs Date: Thu, 10 Nov 2011 13:38:01 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~15968 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=935f264767bfc4ca6a4e47f48452de287ebe0148;p=oweals%2Fgnunet.git --- 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 /**