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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 960ec60ab..2800e5b92 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -103,6 +103,12 @@ extern "C"
103#define GNUNET_MESSAGE_TYPE_FRAGMENT 18 103#define GNUNET_MESSAGE_TYPE_FRAGMENT 18
104 104
105/** 105/**
106 * Acknowledgement of a FRAGMENT of a larger message.
107 * Managed by libgnunetfragment.
108 */
109#define GNUNET_MESSAGE_TYPE_FRAGMENT_ACK 19
110
111/**
106 * Message from the core saying that the transport 112 * Message from the core saying that the transport
107 * server should start giving it messages. This 113 * server should start giving it messages. This
108 * should automatically trigger the transmission of 114 * should automatically trigger the transmission of