ooni-probe-cli/internal/engine/experiment/ndt7
Simone Basso 2502a237fb
cleanup: netx does not use netxlite legacy names (#801)
This diff refactors netx and netxlite to ensure we're not using
netxlite legacy names inside of netx.

To this end, we're cheating a bit. We're exposing a new factory to
get an unwrapped stdlib resolver rather than defining a legacy name
to export the private name of the same factory.

This is actually a fine place to stop, for now, the next and
netxlite refactoring at https://github.com/ooni/probe/issues/2121.
2022-06-06 14:46:44 +02:00
..
callback.go chore: merge probe-engine into probe-cli (#201) 2021-02-02 12:05:47 +01:00
dial_test.go fix: ensure experiments return nil when we want to submit (#654) 2022-01-07 13:17:20 +01:00
dial.go cleanup: netx does not use netxlite legacy names (#801) 2022-06-06 14:46:44 +02:00
doc.go fix: ensure experiments return nil when we want to submit (#654) 2022-01-07 13:17:20 +01:00
download_test.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
download.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
ndt7_test.go cleanup: mark more integration tests as !short mode (#755) 2022-05-24 21:01:15 +02:00
ndt7.go feat: introduce the tcpping experiment (#696) 2022-05-09 09:33:18 +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 refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
upload.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
wsconn_test.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00
wsconn.go refactor(ndt7): use netxlite rather than netx (#768) 2022-05-30 23:14:07 +02:00