woodpecker/vendor/github.com/lucas-clemente/quic-go/congestion/stats.go

9 lines
190 B
Go
Raw Normal View History

2017-07-24 23:15:25 +00:00
package congestion
import "github.com/lucas-clemente/quic-go/protocol"
type connectionStats struct {
slowstartPacketsLost protocol.PacketNumber
slowstartBytesLost protocol.ByteCount
}