X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fbandwidth.c;h=18b846869372ff86670fbb8e4e2961ede2524399;hb=bfdb0abc074a99a7d24ca408f38cfda128d4132b;hp=2a1a4011b8a23f44de2098f0e3b7feca99c9012a;hpb=3248c18dfb21f2400d7ccfef45cf962d35f6638f;p=oweals%2Fgnunet.git diff --git a/src/util/bandwidth.c b/src/util/bandwidth.c index 2a1a4011b..18b846869 100644 --- a/src/util/bandwidth.c +++ b/src/util/bandwidth.c @@ -196,6 +196,9 @@ update_excess (struct GNUNET_BANDWIDTH_Tracker *av) * ignored and replaced by #GNUNET_SERVER_MAX_MESSAGE_SIZE (which is in * bytes). * + * To stop notifications about updates and excess callbacks use + * #GNUNET_BANDWIDTH_tracker_notification_stop + * * @param av tracker to initialize * @param update_cb callback to notify a client about the tracker being updated * @param update_cb_cls cls for the callback