diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2013-02-04 17:03:48 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-07 14:30:58 -0500 |
commit | eb15be3d4563ebdf6c4642a92eacc7e5a693f938 (patch) | |
tree | 13cc9a4cebf47b4afbb578fb7b662ef11954a1b3 /src/or/circuitbuild.c | |
parent | bbd38f293f37b806a299f436ec5e03e8152f8d8f (diff) | |
download | tor-eb15be3d4563ebdf6c4642a92eacc7e5a693f938.tar.gz tor-eb15be3d4563ebdf6c4642a92eacc7e5a693f938.zip |
Mention a trac ticket relevant to an XXX comment.
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |