Documentation ¶
Index ¶
Constants ¶
View Source
const ( BitPerSecond Bitrate = 1 KBitPerSecond = 1000 * BitPerSecond MBitPerSecond = 1000 * KBitPerSecond )
Variables ¶
This section is empty.
Functions ¶
func NewUploader ¶
Types ¶
type Evaluator ¶
type Evaluator struct { InputFiles []string Bandwidths []Bitrate CongestionControllers []string Handlers []string FeedbackFrequencies []time.Duration RequestKeyFrames []bool Iperf []bool FeedbackAlgorithms []transport.FeedbackAlgorithm }
Evaluator runs experiments for all valid combinations of the given configurations
Click to show internal directories.
Click to hide internal directories.