add cubic_sender plus initial test

This commit is contained in:
Lucas Clemente
2016-04-25 11:49:37 +02:00
parent 6eeccfd123
commit c641e24e8c
8 changed files with 171 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ var _ = Describe("PRR sender", func() {
})
It("bust loss results in slow start", func() {
It("burst loss results in slow start", func() {
bytes_in_flight := uint64(20 * protocol.DefaultTCPMSS)
const num_packets_lost = 13
const ssthresh_after_loss = 10