[or-cvs] r9701: resolve another xxx012 (tor/trunk/src/or)

arma at seul.org arma at seul.org
Thu Mar 1 04:40:45 UTC 2007


Author: arma
Date: 2007-02-28 23:40:43 -0500 (Wed, 28 Feb 2007)
New Revision: 9701

Modified:
   tor/trunk/src/or/dirserv.c
Log:
resolve another xxx012


Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2007-03-01 04:26:30 UTC (rev 9700)
+++ tor/trunk/src/or/dirserv.c	2007-03-01 04:40:43 UTC (rev 9701)
@@ -1968,8 +1968,14 @@
 dirserv_test_reachability(int try_all)
 {
   time_t now = time(NULL);
-  /* XXXX012 decide what to do here; see or-talk thread "purging old router
-   * information, revocation." */
+  /* XXX decide what to do here; see or-talk thread "purging old router
+   * information, revocation." -NM
+   * We can't afford to mess with this in 0.1.2.x. The reason is that
+   * if we stop doing reachability tests on some of routerlist, then
+   * we'll for-sure think they're down, which may have unexpected
+   * effects in other parts of the code. It doesn't hurt much to do
+   * the testing, and directory authorities are easy to upgrade. Let's
+   * wait til 0.2.0. -RD */
 //  time_t cutoff = now - ROUTER_MAX_AGE_TO_PUBLISH;
   routerlist_t *rl = router_get_routerlist();
   static char ctr = 0;



More information about the tor-commits mailing list