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.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index af4dbd52f..8593005d7 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3092,6 +3092,37 @@ extern "C"
3092 */ 3092 */
3093#define GNUNET_MESSAGE_TYPE_TRANSPORT_BACKCHANNEL_ENCAPSULATION 1213 3093#define GNUNET_MESSAGE_TYPE_TRANSPORT_BACKCHANNEL_ENCAPSULATION 1213
3094 3094
3095/**
3096 * Type of a fragment of a CORE message created by transport to adjust
3097 * message length to a queue's MTU.
3098 */
3099#define GNUNET_MESSAGE_TYPE_TRANSPORT_FRAGMENT 1214
3100
3101/**
3102 * Acknowledgement generated for a fragment.
3103 */
3104#define GNUNET_MESSAGE_TYPE_TRANSPORT_FRAGMENT_ACK 1215
3105
3106/**
3107 * Wrapper around non-fragmented CORE message used to measure RTT
3108 * and ensure reliability.
3109 */
3110#define GNUNET_MESSAGE_TYPE_TRANSPORT_RELIABILITY_BOX 1216
3111
3112/**
3113 * Confirmation for a #GNUNET_MESSAGE_TYPE_TRANSPORT_RELIABILITY_BOX.
3114 */
3115#define GNUNET_MESSAGE_TYPE_TRANSPORT_RELIABILITY_ACK 1217
3116
3117/**
3118 * Message sent for topology discovery at transport level.
3119 */
3120#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_LEARN 1218
3121
3122/**
3123 * Source-routed transport message based DV information gathered.
3124 */
3125#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_BOX 1219
3095 3126
3096/** 3127/**
3097 * Message sent to indicate to the transport that a monitor 3128 * Message sent to indicate to the transport that a monitor