diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-12-24 00:46:37 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-12-27 08:02:43 -0800 |
commit | 078e3e9dd59520b7f40a126a91e89eba91098c49 (patch) | |
tree | f93fd2aeb654cd995a6ef693be2b9e7831c8fa61 /src/or/config.c | |
parent | 4b13c33c0c18c66cc39caba9b70005bbe43c6613 (diff) | |
download | tor-078e3e9dd59520b7f40a126a91e89eba91098c49.tar.gz tor-078e3e9dd59520b7f40a126a91e89eba91098c49.zip |
Add an option to close 'almost-connected' HS client circs on timeout
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c index 521f760051..3374459b40 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -306,6 +306,7 @@ static config_var_t _option_vars[] = { V(HidServAuth, LINELIST, NULL), V(HSAuthoritativeDir, BOOL, "0"), OBSOLETE("HSAuthorityRecordStats"), + V(CloseHSClientCircuitsImmediatelyOnTimeout, BOOL, "0"), V(HTTPProxy, STRING, NULL), V(HTTPProxyAuthenticator, STRING, NULL), V(HTTPSProxy, STRING, NULL), |