aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-02 21:58:37 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-02 21:58:37 +0200
commit3d9f1acfb62cd53fc7d1441eb33e1341c9ff3790 (patch)
tree18ee7d45da8e4235440ddd85926cb7a798263b70 /src/include/gnunet_protocols.h
parent0373e8a441feb05359b12be0e1803423783b55b2 (diff)
downloadgnunet-3d9f1acfb62cd53fc7d1441eb33e1341c9ff3790.tar.gz
gnunet-3d9f1acfb62cd53fc7d1441eb33e1341c9ff3790.zip
generate and handle TRANSPORT_FLOW_CONTROL messages (TNG)
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a00ddacca..d93e12bfb 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3149,6 +3149,11 @@ extern "C" {
3149 */ 3149 */
3150#define GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_BACKCHANNEL_INCOMING 1220 3150#define GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_BACKCHANNEL_INCOMING 1220
3151 3151
3152/**
3153 * Transport signalling incoming backchannel message to a communicator.
3154 */
3155#define GNUNET_MESSAGE_TYPE_TRANSPORT_FLOW_CONTROL 1221
3156
3152 3157
3153/** 3158/**
3154 * Message sent to indicate to the transport that a monitor 3159 * Message sent to indicate to the transport that a monitor