Documentation
¶
Index ¶
- type BWE
- type Codec
- type ECN
- type GCC
- type Nada
- func (n *Nada) OnAck(sequenceNumber uint64, size int, departure time.Time, arrival time.Time, ...)
- func (n *Nada) OnLoss(sequenceNumber uint64, size int, departure time.Time)
- func (n *Nada) UpdateECNCounts(ect0 uint64, ect1 uint64, ce uint64)
- func (n *Nada) UpdateRTT(rtt time.Duration)
- func (n *Nada) UpdateTargetRate(time.Time) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCC ¶
type GCC struct {
// contains filtered or unexported fields
}
func (*GCC) UpdateECNCounts ¶
UpdateECNCounts implements BWE.
type Nada ¶
type Nada struct {
// contains filtered or unexported fields
}
func (*Nada) OnAck ¶
func (n *Nada) OnAck(sequenceNumber uint64, size int, departure time.Time, arrival time.Time, ecn ECN)
OnAck implements BWE.
func (*Nada) UpdateECNCounts ¶
UpdateECNCounts implements BWE.
Click to show internal directories.
Click to hide internal directories.