aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-04-29 13:01:19 +0000
committerng0 <ng0@n0.is>2019-04-29 13:01:19 +0000
commitca3490588cff768b56ae75f0de69fd89529dc6dd (patch)
tree6614fc2b03483468c78aec28ad6ff3088703d17a /src/include/gnunet_protocols.h
parent2586e14e12b6c939ed5fad3f69f86b4ee7df4b6e (diff)
parenta443a9c5fd148b7f4f01159964b5f69748d632f2 (diff)
downloadgnunet-ca3490588cff768b56ae75f0de69fd89529dc6dd.tar.gz
gnunet-ca3490588cff768b56ae75f0de69fd89529dc6dd.zip
Merge branch 'master' of gnunet.org:gnunet
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