mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
14 lines
697 B
Text
14 lines
697 B
Text
o Minor bugfixes:
|
|
|
|
- Don't close hidden service client circuits which have almost
|
|
finished connecting to their destination when they reach the
|
|
normal circuit-build timeout. Previously, we would close
|
|
introduction circuits which are waiting for an acknowledgement
|
|
from the introduction-point relay and rendezvous circuits which
|
|
have been specified in an INTRODUCE1 cell sent to a hidden
|
|
service after the normal CBT; now, we mark them as 'timed out',
|
|
and launch another rendezvous attempt in parallel. This
|
|
behaviour change can be disabled using the new
|
|
CloseHSClientCircuitsImmediatelyOnTimeout option. Fixes part of
|
|
bug 1297.
|
|
|