diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-05-15 15:27:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-05-15 15:27:13 -0400 |
commit | f98f5ca40bfd5cc53b8265488df74b31d6e96141 (patch) | |
tree | 7175a85c691e13dfc8c0b32dec4ceabe98a22f0a /changes/bug17592 | |
parent | 480f966a74846179894f25093c6f99d286641902 (diff) | |
download | tor-f98f5ca40bfd5cc53b8265488df74b31d6e96141.tar.gz tor-f98f5ca40bfd5cc53b8265488df74b31d6e96141.zip |
fix a bunch of lintchanges complaints
Diffstat (limited to 'changes/bug17592')
-rw-r--r-- | changes/bug17592 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug17592 b/changes/bug17592 index 4b5f22c330..856e75b622 100644 --- a/changes/bug17592 +++ b/changes/bug17592 @@ -1,9 +1,9 @@ - o Minor bugfixes (connection lifespan) + o Minor bugfixes (connection lifespan): - Allow more control over how long TLS connections are kept open: unify CircuitIdleTimeout and PredictedPortsRelevanceTime into a single option called CircuitsAvailableTimeout. Also, allow the consensus to control the default values for both this preference, as well as the lifespan - of relay-to-relay connections. Fixes bug #17592. + of relay-to-relay connections. Fixes bug 17592. - Increase the intial circuit build timeout testing frequency, to help ensure that ReducedConnectionPadding clients finish learning a timeout before their orconn would expire. The initial testing rate was set back |