1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-11-12 15:27:16 -05:00
v2fly/vendor/github.com/lucas-clemente/quic-go/internal/congestion/stats.go
2018-11-21 10:49:41 +01: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
}