feat: introduce the tcpping experiment (#696)
See https://github.com/ooni/probe/issues/2030 (reference issue) and https://github.com/ooni/spec/pull/235 (spec).
This commit is contained in:
parent
8010e9783a
commit
e983a5cffb
26 changed files with 306 additions and 23 deletions
|
|
@ -384,7 +384,7 @@ func failureString(failure *string) (s string) {
|
|||
|
||||
// SummaryKeys contains summary keys for this experiment.
|
||||
//
|
||||
// Note that this structure is part of the ABI contract with probe-cli
|
||||
// Note that this structure is part of the ABI contract with ooniprobe
|
||||
// therefore we should be careful when changing it.
|
||||
type SummaryKeys struct {
|
||||
DirPortTotal int64 `json:"dir_port_total"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue