[tor-bugs] #24768 [Core Tor/DirAuth]: Increase nf_conntimeout_clients to 5 hours

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Dec 31 01:14:12 UTC 2017


#24768: Increase nf_conntimeout_clients to 5 hours
----------------------------------+--------------------
     Reporter:  teor              |      Owner:  (none)
         Type:  defect            |     Status:  new
     Priority:  Medium            |  Milestone:
    Component:  Core Tor/DirAuth  |    Version:
     Severity:  Normal            |   Keywords:
Actual Points:                    |  Parent ID:  #24716
       Points:                    |   Reviewer:
      Sponsor:                    |
----------------------------------+--------------------
 Maybe we should experiment with making the client circuit timeout higher.

 It defaults to 30 minutes. It's new in 0.3.1.

 {{{
 +#define CIRCTIMEOUT_CLIENTS_DFLT (30*60) // 30 minutes
 +#define CIRCTIMEOUT_CLIENTS_MIN 60
 +#define CIRCTIMEOUT_CLIENTS_MAX (24*60*60) // 24 hours
 +    timeout = networkstatus_get_param(NULL, "nf_conntimeout_clients",
 +        CIRCTIMEOUT_CLIENTS_DFLT,
 +        CIRCTIMEOUT_CLIENTS_MIN,
 +        CIRCTIMEOUT_CLIENTS_MAX);
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24768>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list