aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_bandwidth_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-16 17:13:42 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-16 17:13:42 +0100
commitd37218d0b13292b78fcfc08d2903d6e415da0236 (patch)
treef9f354e6859b9868859cf421acbf747d8351ee7b /src/include/gnunet_bandwidth_lib.h
parent18784b77764c56842ae59428f3ebea95c157ffab (diff)
downloadgnunet-d37218d0b13292b78fcfc08d2903d6e415da0236.tar.gz
gnunet-d37218d0b13292b78fcfc08d2903d6e415da0236.zip
more work on tng
Diffstat (limited to 'src/include/gnunet_bandwidth_lib.h')
-rw-r--r--src/include/gnunet_bandwidth_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_bandwidth_lib.h b/src/include/gnunet_bandwidth_lib.h
index 4395b878b..cb30b73e1 100644
--- a/src/include/gnunet_bandwidth_lib.h
+++ b/src/include/gnunet_bandwidth_lib.h
@@ -236,10 +236,10 @@ GNUNET_BANDWIDTH_tracker_init (struct GNUNET_BANDWIDTH_Tracker *av,
236/** 236/**
237 * Initialize bandwidth tracker. Note that in addition to the 237 * Initialize bandwidth tracker. Note that in addition to the
238 * 'max_carry_s' limit, we also always allow at least 238 * 'max_carry_s' limit, we also always allow at least
239 * GNUNET_MAX_MESSAGE_SIZE to accumulate. So if the 239 * #GNUNET_MAX_MESSAGE_SIZE to accumulate. So if the
240 * bytes-per-second limit is so small that within 'max_carry_s' not 240 * bytes-per-second limit is so small that within 'max_carry_s' not
241 * even GNUNET_MAX_MESSAGE_SIZE is allowed to accumulate, it is 241 * even #GNUNET_MAX_MESSAGE_SIZE is allowed to accumulate, it is
242 * ignored and replaced by GNUNET_MAX_MESSAGE_SIZE (which is in 242 * ignored and replaced by #GNUNET_MAX_MESSAGE_SIZE (which is in
243 * bytes). 243 * bytes).
244 * 244 *
245 * @param av tracker to initialize 245 * @param av tracker to initialize