summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-03 09:47:57 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-03 09:47:57 -0400
commit24352d0d70542d43588a5c5a6da3f63a317d049d (patch)
tree41737e193e6dc9e663247a27a8ffe652b21b88ea /src/or/rendservice.c
parent8656cbcfc0cdce98d57e8f77d56bc8a69f5568b6 (diff)
parent929a8f199bc236c39794f675a7bb8ad00b155257 (diff)
downloadtor-24352d0d70542d43588a5c5a6da3f63a317d049d.tar.gz
tor-24352d0d70542d43588a5c5a6da3f63a317d049d.zip
Merge remote-tracking branch 'origin/maint-0.2.6'
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index eb2748c7d8..0cad66da6d 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -90,7 +90,7 @@ typedef struct rend_service_port_config_t {
#define MAX_INTRO_CIRCS_PER_PERIOD 10
/** How many times will a hidden service operator attempt to connect to
* a requested rendezvous point before giving up? */
-#define MAX_REND_FAILURES 8
+#define MAX_REND_FAILURES 1
/** How many seconds should we spend trying to connect to a requested
* rendezvous point before giving up? */
#define MAX_REND_TIMEOUT 30