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

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
}