aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-10 13:38:01 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-10 13:38:01 +0000
commit935f264767bfc4ca6a4e47f48452de287ebe0148 (patch)
treef71838f65e8d661b1bb68d26c6903b288eee6298 /src/include
parenta74166876d91f823b86ddad9894d0b0a0f50ee46 (diff)
downloadgnunet-935f264767bfc4ca6a4e47f48452de287ebe0148.tar.gz
gnunet-935f264767bfc4ca6a4e47f48452de287ebe0148.zip
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h12
1 files 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"
1093#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_ITERATE 380 1093#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_ITERATE 380
1094 1094
1095/** 1095/**
1096 * Message send by a peer to notify the other to keep the session alive. 1096 * Message send by a peer to notify the other to keep the session alive
1097 * and measure latency in a regular interval
1097 */ 1098 */
1098#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381 1099#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381
1099 1100
1100/** 1101/**
1102 * Response to a GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE message to
1103 * measure latency in a regular interval
1104 */
1105#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE_RESPONSE 382
1106
1107
1108/**
1101 * Message send by a peer to notify the other to keep the session alive. 1109 * Message send by a peer to notify the other to keep the session alive.
1102 */ 1110 */
1103#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 382 1111#define GNUNET_MESSAGE_TYPE_TRANSPORT_BROADCAST_BEACON 383
1104 1112
1105 1113
1106/** 1114/**