aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_bandwidth_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_bandwidth_lib.h')
-rw-r--r--src/include/gnunet_bandwidth_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_bandwidth_lib.h b/src/include/gnunet_bandwidth_lib.h
index 0cade7902..a8ebaae3e 100644
--- a/src/include/gnunet_bandwidth_lib.h
+++ b/src/include/gnunet_bandwidth_lib.h
@@ -94,7 +94,7 @@ struct GNUNET_BANDWIDTH_Tracker
94 /** 94 /**
95 * Maximum number of seconds over which bandwidth may "accumulate". 95 * Maximum number of seconds over which bandwidth may "accumulate".
96 * Note that additionally, we also always allow at least 96 * Note that additionally, we also always allow at least
97 * GNUNET_SERVER_MAX_MESSAGE_SIZE to accumulate. 97 * #GNUNET_SERVER_MAX_MESSAGE_SIZE to accumulate.
98 */ 98 */
99 uint32_t max_carry_s__; 99 uint32_t max_carry_s__;
100}; 100};