aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-01 16:39:35 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-06-01 16:39:35 +0200
commit198c09654354d09a9b33f27cf095e0295f70826c (patch)
tree07aa088c8e9664dc76915cc6b664654da59359f4 /src/include/gnunet_protocols.h
parenta325c3eaa8450d325fe57959eac29da5496cfd6d (diff)
downloadgnunet-198c09654354d09a9b33f27cf095e0295f70826c.tar.gz
gnunet-198c09654354d09a9b33f27cf095e0295f70826c.zip
tng: more UDP communicator backchannels
Added a new message for queue updates to indicate queue length. Queues now may also have a priority parameter.
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 282bb53d1..a9cd7466a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3161,6 +3161,10 @@ extern "C" {
3161 */ 3161 */
3162#define GNUNET_MESSAGE_TYPE_TRANSPORT_FLOW_CONTROL 1221 3162#define GNUNET_MESSAGE_TYPE_TRANSPORT_FLOW_CONTROL 1221
3163 3163
3164/**
3165 * @brief inform transport that a queue was updated
3166 */
3167#define GNUNET_MESSAGE_TYPE_TRANSPORT_QUEUE_UPDATE 1222
3164 3168
3165/** 3169/**
3166 * Message sent to indicate to the transport that a monitor 3170 * Message sent to indicate to the transport that a monitor