aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2018-01-31 03:21:27 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-16 08:46:31 -0500
commit2b99350ca4c905db1bd4f1aecc630b4f55933e96 (patch)
tree5be9cab5d9845738ae30d16892d09d3a24373f04 /changes
parent8d5dcdbda2160b6375cb479827d8cc2f16e06777 (diff)
downloadtor-2b99350ca4c905db1bd4f1aecc630b4f55933e96.tar.gz
tor-2b99350ca4c905db1bd4f1aecc630b4f55933e96.zip
stop calling channel_mark_client in response to a create_fast
since all it does is produce false positives this commit should get merged into 0.2.9 and 0.3.0 *and* 0.3.1, even though the code in the previous commit is already present in 0.3.1. sorry for the mess.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug24898-0295
1 files changed, 2 insertions, 3 deletions
diff --git a/changes/bug24898-029 b/changes/bug24898-029
index f56dee5c76..b33f093841 100644
--- a/changes/bug24898-029
+++ b/changes/bug24898-029
@@ -1,7 +1,6 @@
- o Minor bugfixes:
+ o Minor bugfixes (relay):
- Make the internal channel_is_client() function look at what sort
of connection handshake the other side used, rather than whether
the other side ever sent a create_fast cell to us. Backports part
- of the fixes from bug 24898.
-
+ of the fixes from bugs 22805 and 24898.