ooni-probe-cli/internal/engine/experiment/ndt7
Simone Basso 06ee0e55a9
refactor(netx/dialer): hide implementation complexity (#372)
* refactor(netx/dialer): hide implementation complexity

This follows the blueprint of `module.Config` and `nodule.New`
described at https://github.com/ooni/probe/issues/1591.

* fix: ndt7 bug where we were not using the right resolver

* fix(legacy/netx): clarify irrelevant implementation change

* fix: improve comments

* fix(hhfm): do not use dialer.New b/c it breaks it

Unclear to me why this is happening. Still, improve upon the
previous situation by adding a timeout.

It does not seem a priority to look into this issue now.
2021-06-09 09:42:31 +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/dialer): hide implementation complexity (#372) 2021-06-09 09:42:31 +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