From: Nick Mathewson Date: Thu, 1 Mar 2007 00:41:33 +0000 (+0000) Subject: r12013@catbus: nickm | 2007-02-28 18:26:13 -0500 X-Git-Tag: tor-0.1.2.9-rc~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5a8aa931f0d745d7e9bc82fdcfc3e780442166;p=thirdparty%2Ftor.git r12013@catbus: nickm | 2007-02-28 18:26:13 -0500 Note a piece of code that needs to get resolved, before we forget it. svn:r9695 --- diff --git a/src/or/dirserv.c b/src/or/dirserv.c index cfd5ab12a7..71fc331d2e 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1968,6 +1968,8 @@ void 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." */ // time_t cutoff = now - ROUTER_MAX_AGE_TO_PUBLISH; routerlist_t *rl = router_get_routerlist(); static char ctr = 0;