ooni / probe-engine

Semi-automatic export of https://github.com/ooni/probe-cli internals
https://ooni.org
GNU General Public License v3.0
45 stars 16 forks source link

Consider writing parallel Dialer #775

Closed bassosimone closed 3 years ago

bassosimone commented 4 years ago

Sometimes it's useful to race for the fastest IP that gives us a connection. It's like happy eyeballs but more broad because we race all the possible IP addresses together. May also be useful for Web Connectivity improvements.

bassosimone commented 3 years ago

The right approach is the one used by DNSCheck: construct a tree of IPs to measure and walk the whole tree.