This commit is contained in:
Roger Dingledine 2017-05-19 02:06:44 -04:00
parent e507751b9b
commit 553cd7f0c5

View File

@ -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)