tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 94ad47e332940aee3e1a04beeebac03b3803e085
parent bbc781885dd64142c687c21339d809782444e0c7
Author: teor <teor2345@gmail.com>
Date:   Mon, 11 Dec 2017 00:53:49 +1100

fixup! Stop waiting for microdescs if the consensus supports IPv6 ORPorts

Diffstat:
Mchanges/bug23827 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug23827 b/changes/bug23827 @@ -5,4 +5,4 @@ - Make IPv6-only clients wait for microdescs for relays, even if we were previously using descriptors (or were using them as a bridge) and have a cached descriptor for them. - Implements #23827. + Implements 23827.