]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Better document an XXX comment about refactoring.
authorMike Perry <mikeperry-git@fscked.org>
Tue, 5 Feb 2013 01:01:56 +0000 (17:01 -0800)
committerNick Mathewson <nickm@torproject.org>
Thu, 7 Feb 2013 19:30:58 +0000 (14:30 -0500)
src/or/circuitbuild.c

index 26edccd79a19c79adf41f3d65b5c52514c696252..7c46f5fbfd3a77116ea1bbe43d1443373a35a524 100644 (file)
@@ -2336,7 +2336,10 @@ pathbias_measure_use_rate(entry_guard_t *guard)
  * pathbias_measure_use_rate(). It may be possible to combine them
  * eventually, especially if we can ever remove the need for 3
  * levels of closure warns (if the overall circuit failure rate
- * goes down with ntor).
+ * goes down with ntor). One way to do so would be to multiply
+ * the build rate with the use rate to get an idea of the total
+ * fraction of the total network paths the user is able to use.
+ * See ticket #8159.
  */
 static void
 pathbias_measure_close_rate(entry_guard_t *guard)