Documentation ¶
Overview ¶
Package sniblocking contains the SNI blocking network experiment.
See https://github.com/ooni/spec/blob/master/nettests/ts-024-sni-blocking.md.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExperimentMeasurer ¶
func NewExperimentMeasurer(config Config) model.ExperimentMeasurer
NewExperimentMeasurer creates a new ExperimentMeasurer.
Types ¶
type Config ¶
type Config struct { // ControlSNI is the SNI to be used for the control. ControlSNI string // TestHelperAddress is the address of the test helper. TestHelperAddress string }
Config contains the experiment config.
type Measurer ¶
type Measurer struct {
// contains filtered or unexported fields
}
Measurer performs the measurement.
func (*Measurer) ExperimentName ¶
ExperimentName implements ExperimentMeasurer.ExperiExperimentName.
func (*Measurer) ExperimentVersion ¶
ExperimentVersion implements ExperimentMeasurer.ExperimentVersion.
Click to show internal directories.
Click to hide internal directories.