ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
754 stars 142 forks source link

dslx: introduce DNSLookupParallel #2617

Closed bassosimone closed 11 months ago

bassosimone commented 11 months ago

The dslx package is still more difficult to use than it should be. We should introduce a function named DNSLookupParallel that performs a parallel DNS lookup using some underlying DNS lookup functions and return aggregate results.

The overall objective here is to cleanup and review dslx, then start using it in production and rewrite experiments using it. In turn, by doing that, we'll enable collecting better throttling metrics for experiments.