forked from quic-go/quic-go
implement another CubicSender test
This commit is contained in:
10
congestion/congestion_vector.go
Normal file
10
congestion/congestion_vector.go
Normal 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
|
||||
Reference in New Issue
Block a user