]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Correct documentation for remove_obsolete_entry_guards.
authorNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 15:18:21 +0000 (11:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 16 May 2012 15:31:28 +0000 (11:31 -0400)
src/or/circuitbuild.c

index 3b82ed7455dc2f73c0ec3f52cf0776465e123a28..19be77e5d552f0239b176ab6ea270881701e3ba8 100644 (file)
@@ -3737,7 +3737,9 @@ entry_guard_free(entry_guard_t *e)
 
 /** Remove any entry guard which was selected by an unknown version of Tor,
  * or which was selected by a version of Tor that's known to select
- * entry guards badly. */
+ * entry guards badly, or which was selected more 2 months ago. */
+/* XXXX The "obsolete guards" and "chosen long ago guards" things should
+ * probably be different functions. */
 static int
 remove_obsolete_entry_guards(time_t now)
 {