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.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 46620b829..7f1667d51 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3177,6 +3177,18 @@ extern "C"
3177 */ 3177 */
3178#define GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_FC_LIMITS 1276 3178#define GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_FC_LIMITS 1276
3179 3179
3180/**
3181 * Type of the 'struct ExpressPreferenceMessage' send by clients to TRANSPORT
3182 * to establish bandwidth preference.
3183 */
3184#define GNUNET_MESSAGE_TYPE_TRANSPORT_SUGGEST 1300
3185
3186/**
3187 * Type of the 'struct ExpressPreferenceMessage' send by clients to TRANSPORT
3188 * to abandon bandwidth preference.
3189 */
3190#define GNUNET_MESSAGE_TYPE_TRANSPORT_SUGGEST_CANCEL 1301
3191
3180 3192
3181/* ************** NEW (NG) ATS Messages ************* */ 3193/* ************** NEW (NG) ATS Messages ************* */
3182 3194