mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user