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.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index c82b11762..fd5adeef2 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3076,6 +3076,20 @@ extern "C"
3076 */ 3076 */
3077#define GNUNET_MESSAGE_TYPE_TRANSPORT_NEW_COMMUNICATOR 1211 3077#define GNUNET_MESSAGE_TYPE_TRANSPORT_NEW_COMMUNICATOR 1211
3078 3078
3079/**
3080 * Tell transport that it should assist with exchanging a
3081 * message between communicators. Usually used when
3082 * communciators are uni-directional and need an alternative
3083 * back-channel.
3084 */
3085#define GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_BACKCHANNEL 1212
3086
3087/**
3088 * Message type used between transport services when they
3089 * internally forward communicator backchannel messages.
3090 */
3091#define GNUNET_MESSAGE_TYPE_TRANSPORT_BACKCHANNEL_ENCAPSULATION 1213
3092
3079 3093
3080/** 3094/**
3081 * Message sent to indicate to the transport that a monitor 3095 * Message sent to indicate to the transport that a monitor
@@ -3094,6 +3108,18 @@ extern "C"
3094 */ 3108 */
3095#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_END 1252 3109#define GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_END 1252
3096 3110
3111/**
3112 * Message exchanged between communicators to confirm
3113 * successful KX (and address validation).
3114 */
3115#define GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_KX_CONFIRMATION 1275
3116
3117/**
3118 * Message exchanged between communicators to exchange
3119 * flow control (FC) limits and acknowledgemets.
3120 */
3121#define GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_FC_LIMITS 1276
3122
3097 3123
3098/* ************** NEW (NG) ATS Messages ************* */ 3124/* ************** NEW (NG) ATS Messages ************* */
3099 3125