diff options
author | Taylor Yu <catalyst@torproject.org> | 2019-03-20 20:51:12 -0500 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-03-25 14:13:45 +1000 |
commit | 5d2f5e482e9985ad00f517ac3725b2336fbb930b (patch) | |
tree | eb5d8503585e62543e240e8c97079cf5d15dec9d /src/feature/nodelist | |
parent | ebc7556dd0af1b7cc3e12ecc04d1db567d348b2e (diff) | |
download | tor-5d2f5e482e9985ad00f517ac3725b2336fbb930b.tar.gz tor-5d2f5e482e9985ad00f517ac3725b2336fbb930b.zip |
Correctly report PT vs proxy during bootstrap
Previously, or_connection_t did not record whether or not the
connection uses a pluggable transport. Instead, it stored the
underlying proxy protocol of the pluggable transport in
proxy_type. This made bootstrap reporting treat pluggable transport
connections as plain proxy connections.
Store a separate bit indicating whether a pluggable transport is in
use, and decode this during bootstrap reporting.
Fixes bug 28925; bugfix on 0.4.0.1-alpha.
Diffstat (limited to 'src/feature/nodelist')
0 files changed, 0 insertions, 0 deletions