From 388ac4126a1fbd95dec063eec2740bb7ebf1cfa3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 18 Jul 2006 00:59:46 +0000 Subject: If we are using an exit enclave and we can't connect, e.g. because its webserver is misconfigured to not listen on localhost, then back off and try connecting from somewhere else before we fail. svn:r6783 --- src/or/or.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 5700221fa..ff3a26e65 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -656,6 +656,8 @@ struct connection_t { /** Nickname of planned exit node -- used with .exit support. */ char *chosen_exit_name; + /** If 1, and we fail to reach the chosen exit, stop requiring it. */ + unsigned int chosen_exit_optional:1; /* Used only by OR connections: */ tor_tls_t *tls; /**< TLS connection state (OR only.) */ -- cgit v1.2.3