aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-09-21 19:04:18 -0400
committerRoger Dingledine <arma@torproject.org>2014-09-21 19:04:18 -0400
commitbbfb1aca55303c150ebb08e223a0d9a69bb5be26 (patch)
tree57a920e5a48c6a5931045542fac18142980aa7d5 /changes
parent4c8b809b9619770e29aa3c5ab66b194f784a9e93 (diff)
downloadtor-bbfb1aca55303c150ebb08e223a0d9a69bb5be26.tar.gz
tor-bbfb1aca55303c150ebb08e223a0d9a69bb5be26.zip
get rid of routerstatus->version_supports_optimistic_data
Clients are now willing to send optimistic circuit data (before they receive a 'connected' cell) to relays of any version. We used to only do it for relays running 0.2.3.1-alpha or later, but now all relays are new enough. Resolves ticket 13153.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature131535
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature13153 b/changes/feature13153
new file mode 100644
index 0000000000..15f8fe8b4f
--- /dev/null
+++ b/changes/feature13153
@@ -0,0 +1,5 @@
+ o Code simplication:
+ - Clients are now willing to send optimistic circuit data (before they
+ receive a 'connected' cell) to relays of any version. We used to
+ only do it for relays running 0.2.3.1-alpha or later, but now all
+ relays are new enough. Resolves ticket 13153.