woodpecker/vendor/github.com/lucas-clemente/quic-go/congestion/stats.go
2017-07-24 19:15:25 -04:00

8 lines
190 B
Go

package congestion
import "github.com/lucas-clemente/quic-go/protocol"
type connectionStats struct {
slowstartPacketsLost protocol.PacketNumber
slowstartBytesLost protocol.ByteCount
}