[tor-commits] [tor/master] fixup! Send more descriptor requests per attempt when using tunneled connections
nickm at torproject.org
nickm at torproject.org
Fri Jan 23 15:03:15 UTC 2015
commit 055ad9c5fb0de4295ccb05357d6a2d8ad29d03e4
Author: Nick Mathewson <nickm at torproject.org>
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
More information about the tor-commits
mailing list