mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
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.
This commit is contained in:
parent
0fdfdae7e3
commit
055ad9c5fb
@ -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
|
/* 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
|
* connection to each authority at a time, so that we don't overload
|
||||||
* them. We do this by setting PDS_NO_EXISTING_SERVERDESC_FETCH
|
* them. We do this by setting PDS_NO_EXISTING_SERVERDESC_FETCH
|
||||||
|
Loading…
Reference in New Issue
Block a user