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

[tor-bugs] #24899 [- Select a component]: [feature request] Increase the limit on pending client circuits with the number of onion services



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs