[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] fixup! Send more descriptor requests per attempt when using tunneled connections



commit 055ad9c5fb0de4295ccb05357d6a2d8ad29d03e4
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Tue Sep 23 12:57:10 2014 -0400

    fixup! Send more descriptor requests per attempt when using tunneled connections
    
    Limit the number of simultaneous connections to a single router for
    server descriptors too.
---
 src/or/routerlist.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index efa4abb..ec9e801 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -4438,7 +4438,7 @@ launch_descriptor_downloads(int purpose,
     }
   }
 
-  if (!authdir_mode_any_nonhidserv(options) || fetch_microdesc) {
+  if (!authdir_mode_any_nonhidserv(options)) {
     /* If we wind up going to the authorities, we want to only open one
      * connection to each authority at a time, so that we don't overload
      * them.  We do this by setting PDS_NO_EXISTING_SERVERDESC_FETCH



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits