mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
5 lines
293 B
Text
5 lines
293 B
Text
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.
|