aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e2923b971..1861c318b 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1278,7 +1278,7 @@ extern "C"
1278/** 1278/**
1279 * Request to monitor addresses used by a peer or all peers. 1279 * Request to monitor addresses used by a peer or all peers.
1280 */ 1280 */
1281#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_ITERATE 380 1281#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_REQUEST 380
1282 1282
1283/** 1283/**
1284 * Message send by a peer to notify the other to keep the session alive 1284 * Message send by a peer to notify the other to keep the session alive
@@ -1287,16 +1287,16 @@ extern "C"
1287#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381 1287#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE 381
1288 1288
1289/** 1289/**
1290 * Response to a GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE message to 1290 * Response to a #GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE message to
1291 * measure latency in a regular interval 1291 * measure latency in a regular interval
1292 */ 1292 */
1293#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE_RESPONSE 382 1293#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_KEEPALIVE_RESPONSE 382
1294 1294
1295
1296/** 1295/**
1297 * Request to iterate over all known addresses. 1296 * Response to #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_REQUEST
1297 * request to iterate over all known addresses.
1298 */ 1298 */
1299#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_ITERATE_RESPONSE 383 1299#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_RESPONSE 383
1300 1300
1301/** 1301/**
1302 * Message send by a peer to notify the other to keep the session alive. 1302 * Message send by a peer to notify the other to keep the session alive.
@@ -1308,6 +1308,17 @@ extern "C"
1308 */ 1308 */
1309#define GNUNET_MESSAGE_TYPE_TRANSPORT_TRAFFIC_METRIC 385 1309#define GNUNET_MESSAGE_TYPE_TRANSPORT_TRAFFIC_METRIC 385
1310 1310
1311/**
1312 * Request to monitor address validations by a peer or all peers.
1313 */
1314#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_REQUEST 386
1315
1316/**
1317 * Response to #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_REQUEST
1318 * request to iterate over all known addresses.
1319 */
1320#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_VALIDATION_RESPONSE 387
1321
1311 1322
1312 1323
1313/******************************************************************************* 1324/*******************************************************************************