gost_software/vendor/github.com/lucas-clemente/quic-go/congestion/stats.go
2017-11-20 16:36:35 +08:00

9 lines
199 B
Go

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