ooni-probe-cli/internal/engine/netx/dialer
Simone Basso 69fd0c5119
refactor(netxlite): allow easy dialer chain customization (#770)
This diff modifies the construction of a dialer to allow one
to insert custom dialer wrappers into the dialers chain.

The point of the chain in which we allow custom wrappers is the
optimal one for connect, read, and write measurements.

This new design is better than the previous netx design since
we don't need to construct the whole chain manually now.

The work in this diff is part of the effort to make engine/netx
just a tiny wrapper around netxlite.

See https://github.com/ooni/probe/issues/2121.
2022-05-31 20:02:11 +02:00
..
dialer_test.go refactor(netxlite): allow easy dialer chain customization (#770) 2022-05-31 20:02:11 +02:00
dialer.go refactor(netxlite): allow easy dialer chain customization (#770) 2022-05-31 20:02:11 +02:00
saver_test.go refactor: move httpx into the internal package (#646) 2022-01-05 17:17:20 +01:00
saver.go cleanup: remove unnecessary legacy interfaces (#656) 2022-01-07 18:33:37 +01:00