chore: link new TODOs with the relevant issues (#321)
Part of https://github.com/ooni/probe/issues/985
This commit is contained in:
parent
1d70b81187
commit
9d5a3321af
3 changed files with 3 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue