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

9 lines
190 B
Go
Raw Normal View History

2017-12-12 02:51:45 +00:00
package congestion
import "github.com/lucas-clemente/quic-go/protocol"
type connectionStats struct {
slowstartPacketsLost protocol.PacketNumber
slowstartBytesLost protocol.ByteCount
}