tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 553cd7f0c5a45c0afdd6badb5170a59bf4ab3c71
parent e507751b9beb4ddabdda2d612387ab9edd58dac1
Author: Roger Dingledine <arma@torproject.org>
Date:   Fri, 19 May 2017 02:06:44 -0400

fix typo

Diffstat:
Msrc/or/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/config.c b/src/or/config.c @@ -2775,7 +2775,7 @@ compute_publishserverdescriptor(or_options_t *options) #define MIN_REND_POST_PERIOD (10*60) #define MIN_REND_POST_PERIOD_TESTING (5) -/** Higest allowable value for CircuitsAvailableTimeout. +/** Highest allowable value for CircuitsAvailableTimeout. * If this is too large, client connections will stay open for too long, * incurring extra padding overhead. */ #define MAX_CIRCS_AVAILABLE_TIME (24*60*60)