implement another CubicSender test

This commit is contained in:
Lucas Clemente
2016-04-27 18:17:55 +02:00
parent 991834c5bf
commit f16d30a20c
7 changed files with 204 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
package congestion
import "github.com/lucas-clemente/quic-go/protocol"
type PacketInfo struct {
Number protocol.PacketNumber
Length uint64
}
type PacketVector []PacketInfo