get rid of routerstatus->version_supports_optimistic_data
commitbbfb1aca55303c150ebb08e223a0d9a69bb5be26
authorRoger Dingledine <arma@torproject.org>
Sun, 21 Sep 2014 23:04:18 +0000 (21 19:04 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 21 Sep 2014 23:04:18 +0000 (21 19:04 -0400)
tree57a920e5a48c6a5931045542fac18142980aa7d5
parent4c8b809b9619770e29aa3c5ab66b194f784a9e93
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.
changes/feature13153 [new file with mode: 0644]
src/or/circuituse.c
src/or/or.h
src/or/routerparse.c