implement CubicSender.RetransmissionDelay

This commit is contained in:
Lucas Clemente
2016-04-28 14:32:48 +02:00
parent f209e87135
commit 7f1e85a977
3 changed files with 36 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ type SendAlgorithm interface {
OnRetransmissionTimeout(packetsRetransmitted bool)
InRecovery() bool
OnConnectionMigration()
RetransmissionDelay() time.Duration
// Experiments
SetSlowStartLargeReduction(enabled bool)