You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(netxlite): use *Netx for creating QUIC dialers (#1251)
This diff is like
8a5edc2
but here we use *Netx to create QUIC dialers.
While there, recognize that `WrapQUICDialer` could become a private
function.
The general idea of this patchset is to ensure we're not using duplicate
code for constructing netxlite types, which is good to do now, because
we're about to introduce new netxlite types for the network with which
we communicate with the OONI backend.
Reference issue: ooni/probe#2531
0 commit comments