aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-02 00:05:42 +0000
committerChristian Grothoff <christian@grothoff.org>2015-03-02 00:05:42 +0000
commit87d015d6fb1a435d5d5b6ff62983fce6ba4cf2ef (patch)
tree8eae192cf4281ab6687d437a7f18053a8944df6c /src/include
parent4bee6d11ba8ac5554e906d60b0fce0ed2a737a97 (diff)
downloadgnunet-87d015d6fb1a435d5d5b6ff62983fce6ba4cf2ef.tar.gz
gnunet-87d015d6fb1a435d5d5b6ff62983fce6ba4cf2ef.zip
define quota message to transmit quota requests, towards addressing #3652
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