diff options
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r-- | src/include/gnunet_protocols.h | 7 |
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" #define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_DISCONNECT 378 /** + * Message exchanged between transport services to + * indicate that the sender should limit its transmission + * rate to the indicated quota. + */ +#define GNUNET_MESSAGE_TYPE_TRANSPORT_SESSION_QUOTA 379 + +/** * Request to monitor addresses used by a peer or all peers. */ #define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PEER_REQUEST 380 |