Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Send bytes for the passed time and return the sent bytes SendDuration(duration time.Duration, bufferSize int) (int64, error) // Send the passed amount of bytes and measure the time it took SendBytes(numBytes int64) (time.Duration, error) // Get the type of the connection GetType() connection_type.ConnectionType // Clean up the connection Cleanup() error }
Client of the QUIC / TCP measurement tool.
Click to show internal directories.
Click to hide internal directories.