ooni-probe-cli/internal/ptx
Simone Basso cfb054efd4
feat(snowflake): upgrade to v2 (+ small tweaks) (#667)
This diff contains the following changes and enhancements:

1. upgrade snowflake to v2

2. observe that we were not changing defaults from outside of snowflake.go, so remove code allowing to do that;

3. bump the timeout to 600 seconds (it seems 300 was not always enough based on my testing);

4. add useful knob to disable `torsf` progress (it's really annoying on console, we should do something about this);

5. ptx.go: avoid printing an error when the connection has just been closed;

6. snowflake: test AMP cache, see that it's not working currently, so leave it disabled.

Related issues: https://github.com/ooni/probe/issues/1845, https://github.com/ooni/probe/issues/1894, and https://github.com/ooni/probe/issues/1917.
2022-01-19 17:23:27 +01:00
..
testdata feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
dependencies_test.go feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
dependencies.go cleanup(ptx): remove redundant dialer definition (#644) 2022-01-04 12:46:55 +01:00
doc.go feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
fake_test.go feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
fake.go feat: introduce ptx package for pluggable transports dialers (#373) 2021-06-14 10:20:54 +02:00
obfs4_test.go cleanup: merge legacy errorsx in netxlite and hide classifiers (#655) 2022-01-07 17:31:21 +01:00
obfs4.go cleanup(ptx): remove redundant dialer definition (#644) 2022-01-04 12:46:55 +01:00
ptx_test.go refactor: move httpx into the internal package (#646) 2022-01-05 17:17:20 +01:00
ptx.go feat(snowflake): upgrade to v2 (+ small tweaks) (#667) 2022-01-19 17:23:27 +01:00
snowflake_test.go feat(snowflake): upgrade to v2 (+ small tweaks) (#667) 2022-01-19 17:23:27 +01:00
snowflake.go feat(snowflake): upgrade to v2 (+ small tweaks) (#667) 2022-01-19 17:23:27 +01:00