mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r9888@danube: weasel | 2006-09-29 00:57:02 +0200
Also log guard bandwidth cutoff svn:r8514
This commit is contained in:
parent
14882b3ec0
commit
9e6c0b8b3b
@ -1313,6 +1313,8 @@ dirserv_compute_performance_thresholds(routerlist_t *rl)
|
||||
(unsigned long)stable_uptime);
|
||||
log_info(LD_DIRSERV, "Bandwidth cutoff is %lu bytes.",
|
||||
(unsigned long)fast_bandwidth);
|
||||
log_info(LD_DIRSERV, "Guard bandwidth cutoff is %lu bytes.",
|
||||
(unsigned long)guard_bandwidth);
|
||||
|
||||
SMARTLIST_FOREACH(uptimes, uint32_t *, up, tor_free(up));
|
||||
SMARTLIST_FOREACH(bandwidths, uint32_t *, bw, tor_free(bw));
|
||||
|
Loading…
Reference in New Issue
Block a user