mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
bbfb1aca55
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.
6 lines
293 B
Plaintext
6 lines
293 B
Plaintext
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.
|