uquic/congestion/stats.go
2016-05-05 01:41:34 +02:00

8 lines
190 B
Go

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