[tor-bugs] #24899 [- Select a component]: [feature request] Increase the limit on pending client circuits with the number of onion services
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Jan 15 08:55:44 UTC 2018
#24899: [feature request] Increase the limit on pending client circuits with the
number of onion services
--------------------------------------+--------------------
Reporter: yurivict271 | Owner: (none)
Type: enhancement | Status: new
Priority: Medium | Milestone:
Component: - Select a component | Version:
Severity: Normal | Keywords:
Actual Points: | Parent ID:
Points: | Reviewer:
Sponsor: |
--------------------------------------+--------------------
I suggest to add a new torrc config variable:
{{{
MaxClientCircuitsPendingPerHS hsCircuitsPending
}}}
This will be in addition to the existing
{{{
MaxClientCircuitsPending staticCircuitsPending
}}}
The actual number of pending circuits then will be determined by the
formula:
{{{
totalCircuitsPending = staticCircuitsPending + hsCircuitsPending*numHS
}}}
where numHS is the current number of hidden services.
This way, when the apps would open many hidden services, this will also
increase the limit on pending circuits, and the possibility of running out
of them will decrease.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24899>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list