Browse Source

as soon as we've fetched some more directory info, that's time
to think about downloading more server descriptors. this way
we don't have a 10 second pause in initial bootstrapping.


svn:r5916

Roger Dingledine 19 years ago
parent
commit
555a64e06d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/or/main.c

+ 1 - 0
src/or/main.c

@@ -568,6 +568,7 @@ directory_info_has_arrived(time_t now, int from_cache)
     log(LOG_NOTICE, LD_DIR,
         "I learned some more directory information, but not enough to "
         "build a circuit.");
+    update_router_descriptor_downloads(now);
     return;
   }