From 6de09642f06b8ee0da3e47e17b350aea6c7644a9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 1 Feb 2021 21:43:41 -0500 Subject: warn and reject reentering streams at client too Clients now check whether their streams are attempting to re-enter the Tor network (i.e. to send Tor traffic over Tor), and they close them preemptively if they think exit relays will refuse them. See bug 2667 for details. Resolves ticket 40271. --- changes/ticket40271 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket40271 (limited to 'changes') diff --git a/changes/ticket40271 b/changes/ticket40271 new file mode 100644 index 0000000000..a977be75e1 --- /dev/null +++ b/changes/ticket40271 @@ -0,0 +1,5 @@ + o Minor features (client): + - Clients now check whether their streams are attempting to re-enter + the Tor network (i.e. to send Tor traffic over Tor), and they close + them preemptively if they think exit relays will refuse them. See + ticket 2667 for details. Close ticket 40271. -- cgit v1.2.3-54-g00ecf