package
0.0.0-20240605145135-70feac92938f
Repository: https://github.com/getstream/quic-go.git
Documentation: pkg.go.dev

# Functions

BandwidthFromDelta calculates the bandwidth from a number of bytes and a time delta.
NewCubic returns a new Cubic instance.
NewCubicSender makes a new cubic sender.

# Constants

BitsPerSecond is 1 bit per second.
BytesPerSecond is 1 byte per second.

# Structs

Cubic implements the cubic algorithm from TCP.
DefaultClock implements the Clock interface using the Go stdlib clock.
HybridSlowStart implements the TCP hybrid slow start algorithm.

# Interfaces

A Clock returns the current time.
A SendAlgorithm performs congestion control.
A SendAlgorithmWithDebugInfos is a SendAlgorithm that exposes some debug infos.

# Type aliases

Bandwidth of a connection.