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.
This commit is contained in:
Roger Dingledine
2014-09-21 19:04:18 -04:00
parent 4c8b809b96
commit bbfb1aca55
4 changed files with 6 additions and 8 deletions
+5
View File
@@ -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.