ooni / probe

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

engine: reduce usage of quirky netxlite code #2534

Open bassosimone opened 9 months ago

bassosimone commented 9 months ago

There are quirks inside netxlite that we cannot change because that would break ./legacy/netx. These quirks are true technical debt in the sense that constrain how we can change netxlite code. So, the general idea to ameliorate the situation is to try to annotate all the places that depend on quirky functions and see if we can substitute non quirky functions in there.