[tor-commits] [tor/master] Mention a trac ticket relevant to an XXX comment.

nickm at torproject.org nickm at torproject.org
Thu Feb 7 19:31:32 UTC 2013


commit eb15be3d4563ebdf6c4642a92eacc7e5a693f938
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Mon Feb 4 17:03:48 2013 -0800

    Mention a trac ticket relevant to an XXX comment.
---
 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 7c46f5f..b9a4f89 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)





More information about the tor-commits mailing list