소스 검색

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

Nick Mathewson 18 년 전
부모
커밋
df5a8aa931
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/or/dirserv.c

+ 2 - 0
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;