summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-03-24 12:23:30 -0400
committerNick Mathewson <nickm@torproject.org>2021-03-24 12:23:30 -0400
commit37b16d7e1977647d297c165afa0435536a474264 (patch)
tree5fb4271fce5bc1ed3461956a59bc420ee2ebc25f /changes
parentf1c673fa545dc4fc9003b3fe2170d7fd42870a18 (diff)
parent6de09642f06b8ee0da3e47e17b350aea6c7644a9 (diff)
downloadtor-37b16d7e1977647d297c165afa0435536a474264.tar.gz
tor-37b16d7e1977647d297c165afa0435536a474264.zip
Merge remote-tracking branch 'tor-gitlab/mr/339'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket402715
1 files changed, 5 insertions, 0 deletions
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.