v3 onion services now obey MAX_REND_FAILURES
commit7ce335c9217f36b1aca6973d119630c7b846c1ce
authorRoger Dingledine <arma@torproject.org>
Mon, 15 Jan 2018 21:41:47 +0000 (15 16:41 -0500)
committerRoger Dingledine <arma@torproject.org>
Mon, 15 Jan 2018 21:41:47 +0000 (15 16:41 -0500)
tree18f7d379e70aa3fbad569fb9669ffa80a35f3f6f
parentdb5aa54a422cd45b690293a0c618e6275e1c3608
v3 onion services now obey MAX_REND_FAILURES

New-style (v3) onion services now obey the "max rendezvous circuit
attempts" logic.

Previously they would make as many rendezvous circuit attempts as they
could fit in the MAX_REND_TIMEOUT second window before giving up.

Fixes bug 24894; bugfix on 0.3.2.1-alpha.
changes/bug24894 [new file with mode: 0644]
src/or/hs_circuit.c