uquic/internal/congestion/stats.go
2018-02-02 08:40:56 +08:00

8 lines
199 B
Go

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