ooni-probe-cli/internal/engine/experiment/ndt7
Simone Basso adbde7246b
refactor(netx): remove the self censorship mechanism (#364)
We're currently use jafar for QA and jafar is a better mechanism,
even though it is not portable outside of Linux.

This self censorship mechanism was less cool and added a bunch
of (also cognitive) complexity to netx.

If we ever want to go down a self censorship like road, we probably
want to do as little work as possible in the problem and as much
work as possible inside a helper like jafar.

Part of https://github.com/ooni/probe/issues/1591.
2021-06-08 19:40:17 +02:00
..
callback_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
callback.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dial_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dial.go refactor(netx): remove the self censorship mechanism (#364) 2021-06-08 19:40:17 +02:00
download_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
download.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
mockable_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
mockable.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
ndt7_test.go cleanup(ndt7): remove redundant/unused code (#360) 2021-06-04 17:44:13 +02:00
ndt7.go cleanup(ndt7): remove redundant/unused code (#360) 2021-06-04 17:44:13 +02:00
param.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
spec.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
upload_test.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
upload.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00