aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-12-24 04:47:30 -0800
committerRobert Ransom <rransom.8774@gmail.com>2011-12-27 08:02:43 -0800
commitf88c8ca8c98dc3a0c9e63012ce425d1287625444 (patch)
treeb61d52edad8fec8dc045ddd53e2bc49b6f0666bf /src/or/or.h
parent078e3e9dd59520b7f40a126a91e89eba91098c49 (diff)
downloadtor-f88c8ca8c98dc3a0c9e63012ce425d1287625444.tar
tor-f88c8ca8c98dc3a0c9e63012ce425d1287625444.tar.gz
Don't close HS service-side rend circs on timeout
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index d84f04b25..3ac8b9251 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2614,6 +2614,10 @@ typedef struct origin_circuit_t {
* circuit. */
unsigned int hs_circ_has_timed_out : 1;
+ /** Set iff this is a service-side rendezvous circuit for which a
+ * new connection attempt has been launched. */
+ unsigned int hs_service_side_rend_circ_has_been_relaunched : 1;
+
/** What commands were sent over this circuit that decremented the
* RELAY_EARLY counter? This is for debugging task 878. */
uint8_t relay_early_commands[MAX_RELAY_EARLY_CELLS_PER_CIRCUIT];