Commit 3ac426af authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Merge remote-tracking branch 'public/bug4241'

parents fffc59b0 2f59d6e2
Loading
Loading
Loading
Loading

changes/bug4241

0 → 100644
+3 −0
Original line number Diff line number Diff line
  o Minor bugfixes:
    - Only retry attempts to connect to a chosen rendezvous point 8 times,
      not 30. Fixes bug #4241; bugfix on 0.1.0.1-rc.
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,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 30
#define MAX_REND_FAILURES 8
/** How many seconds should we spend trying to connect to a requested
 * rendezvous point before giving up? */
#define MAX_REND_TIMEOUT 30