gost_software/vendor/github.com/lucas-clemente/quic-go/congestion/stats.go
2017-03-24 11:24:03 +02:00

9 lines
190 B
Go

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