From: Mike Perry Date: Tue, 5 Feb 2013 01:03:48 +0000 (-0800) Subject: Mention a trac ticket relevant to an XXX comment. X-Git-Tag: tor-0.2.4.11-alpha~62^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb15be3d4563ebdf6c4642a92eacc7e5a693f938;p=thirdparty%2Ftor.git Mention a trac ticket relevant to an XXX comment. --- diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 7c46f5fbfd..b9a4f89030 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2460,7 +2460,7 @@ pathbias_measure_close_rate(entry_guard_t *guard) * * XXX: The attempt count transfer stuff here might be done * better by keeping separate pending counters that get - * transfered at circuit close. + * transfered at circuit close. See ticket #8160. */ static void pathbias_scale_close_rates(entry_guard_t *guard) @@ -2506,7 +2506,7 @@ pathbias_scale_close_rates(entry_guard_t *guard) * * XXX: The attempt count transfer stuff here might be done * better by keeping separate pending counters that get - * transfered at circuit close. + * transfered at circuit close. See ticket #8160. */ void pathbias_scale_use_rates(entry_guard_t *guard)