forked from quic-go/quic-go
move calculation of RTO delay to the sent packet handler
This commit is contained in:
@@ -17,7 +17,6 @@ type SendAlgorithm interface {
|
||||
SetNumEmulatedConnections(n int)
|
||||
OnRetransmissionTimeout(packetsRetransmitted bool)
|
||||
OnConnectionMigration()
|
||||
RetransmissionDelay() time.Duration
|
||||
|
||||
// Experiments
|
||||
SetSlowStartLargeReduction(enabled bool)
|
||||
|
||||
Reference in New Issue
Block a user