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