add more cubic sender tests

This commit is contained in:
Lucas Clemente
2016-04-28 13:40:02 +02:00
parent b4ffc67937
commit 1164726cb1
3 changed files with 103 additions and 2 deletions

View File

@@ -18,4 +18,5 @@ type SendAlgorithm interface {
HybridSlowStart() *HybridSlowStart // only for testing
SlowstartThreshold() protocol.PacketNumber // only for testing
RenoBeta() float32 // only for testing
}