ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
754 stars 142 forks source link

dslx: unify TLS and QUIC handshake options #2611

Closed bassosimone closed 11 months ago

bassosimone commented 11 months ago

We have equal, duplicated code for setting TLS and QUIC handshake options. Let's remove duplication and always use TLS code for setting options. The overall objective here is to cleanup and review dslx, then start using it in production and rewrite experiments using it. In turn, by doing that, we'll enable collecting better throttling metrics for experiments.