chore: link new TODOs with the relevant issues (#321)
Part of https://github.com/ooni/probe/issues/985
This commit is contained in:
@@ -259,6 +259,7 @@ func (m Measurer) Run(ctx context.Context, sess model.ExperimentSession,
|
||||
// measure obfs4 in parallel
|
||||
// TODO(bassosimone): when urlgetter is able to do obfs4 handshakes, here
|
||||
// can possibly also test for the obfs4 handshake.
|
||||
// See https://github.com/ooni/probe/issues/1463.
|
||||
for entry := range multi.CollectOverall(
|
||||
ctx, obfs4Endpoints, 1+len(inputs)+len(openvpnEndpoints), overallCount, "riseupvpn", callbacks) {
|
||||
testkeys.AddGatewayConnectTestKeys(entry, "obfs4")
|
||||
|
||||
Reference in New Issue
Block a user