mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 21:57:36 +03:00
implement more cubic sender tests
This commit is contained in:
parent
153ff598d9
commit
b6a2f72b29
7 changed files with 297 additions and 10 deletions
|
@ -12,4 +12,9 @@ type SendAlgorithm interface {
|
|||
GetCongestionWindow() uint64
|
||||
OnCongestionEvent(rttUpdated bool, bytesInFlight uint64, ackedPackets PacketVector, lostPackets PacketVector)
|
||||
BandwidthEstimate() Bandwidth
|
||||
SetNumEmulatedConnections(n int)
|
||||
OnRetransmissionTimeout(packetsRetransmitted bool)
|
||||
|
||||
HybridSlowStart() *HybridSlowStart // only for testing
|
||||
SlowstartThreshold() protocol.PacketNumber // only for testing
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue