Files
v2fly/external/github.com/lucas-clemente/quic-go/internal/congestion/stats.go
T

9 lines
223 B
Go

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