commit 615ebe5fd4492b103c9c3809852f526e8ce274ae Author: teor teor@torproject.org Date: Mon Feb 3 19:02:18 2020 +1000
Prop 312: Explain default outbound address better
Part of 33073. --- proposals/312-relay-auto-ipv6-addr.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/proposals/312-relay-auto-ipv6-addr.txt b/proposals/312-relay-auto-ipv6-addr.txt index 3f3b587..82f1cae 100644 --- a/proposals/312-relay-auto-ipv6-addr.txt +++ b/proposals/312-relay-auto-ipv6-addr.txt @@ -810,8 +810,8 @@ Ticket: #33073
Currently, tor doesn't bind to a specific address, unless OutboundBindAddress is configured. So on relays with multiple IP addresses, - the outbound address comes from the chosen route (usually the default - route). + the outbound address comes from the chosen route for each TCP connection + or UDP packet (usually the default route).
4. Directory Protocol Specification Changes
tor-commits@lists.torproject.org