aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 37e08f1c2..8553e6ab7 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1286,6 +1286,13 @@ extern "C"
1286#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_DISCONNECT 378 1286#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_DISCONNECT 378
1287 1287
1288/** 1288/**
1289 * Message exchanged between transport services to
1290 * indicate that the sender should limit its transmission
1291 * rate to the indicated quota.
1292 */
1293#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_QUOTA 379
1294
1295/**
1289 * Request to monitor addresses used by a peer or all peers. 1296 * Request to monitor addresses used by a peer or all peers.
1290 */ 1297 */
1291#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_REQUEST 380 1298#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_REQUEST 380