summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-04-25 14:03:52 -0400
committerNick Mathewson <nickm@torproject.org>2017-05-09 10:30:52 -0400
commit87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1 (patch)
tree0753e10d9e4edc4cb8bc093926415edad6fda74a /src/or/or.h
parentbc34654ba2df0e4f4834095ab404f5429c518be9 (diff)
downloadtor-87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1.tar.gz
tor-87e9dc48d135b0c1b6ebaeefac5cf966d6fdaca1.zip
config: Remove CloseHSClientCircuitsImmediatelyOnTimeout option
Deprecated in 0.2.9.2-alpha, this commits changes it as OBSOLETE() and cleans up the code associated with it. Partially fixes #22060 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/or.h b/src/or/or.h
index e30d3da1a2..b186673674 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3769,11 +3769,6 @@ typedef struct {
/** A routerset that should be used when picking RPs for HS circuits. */
routerset_t *Tor2webRendezvousPoints;
- /** Close hidden service client circuits immediately when they reach
- * the normal circuit-build timeout, even if they have already sent
- * an INTRODUCE1 cell on its way to the service. */
- int CloseHSClientCircuitsImmediatelyOnTimeout;
-
/** Close hidden-service-side rendezvous circuits immediately when
* they reach the normal circuit-build timeout. */
int CloseHSServiceRendCircuitsImmediatelyOnTimeout;