aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-28 19:32:10 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-28 19:32:20 +0200
commit3f945e6798d8d736ceb104b59ea1269a7abdfe8a (patch)
treeb93e3dc99deda0987e85cb256b3903de8bd74853 /src/include/gnunet_protocols.h
parent1227fc30369a55b82e77d35d8d128090e37dd437 (diff)
downloadgnunet-3f945e6798d8d736ceb104b59ea1269a7abdfe8a.tar.gz
gnunet-3f945e6798d8d736ceb104b59ea1269a7abdfe8a.zip
towards flow control in TNG
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 27a7034b0..7a089ad65 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1089,10 +1089,18 @@ extern "C" {
1089 1089
1090/** 1090/**
1091 * Message telling transport to limit its receive rate. 1091 * Message telling transport to limit its receive rate.
1092 * (FIXME: was the above comment ever accurate?)
1093 *
1094 * Note: dead in TNG, replaced by RECV_OK!
1092 */ 1095 */
1093#define GNUNET_MESSAGE_TYPE_TRANSPORT_SET_QUOTA 366 1096#define GNUNET_MESSAGE_TYPE_TRANSPORT_SET_QUOTA 366
1094 1097
1095/** 1098/**
1099 * Message telling transport to limit its receive rate.
1100 */
1101#define GNUNET_MESSAGE_TYPE_TRANSPORT_RECV_OK 366
1102
1103/**
1096 * Request to look addresses of peers in server. 1104 * Request to look addresses of peers in server.
1097 */ 1105 */
1098#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_TO_STRING 367 1106#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_TO_STRING 367