2017-12-12 02:51:45 +00:00
|
|
|
package congestion
|
|
|
|
|
2018-01-03 19:19:49 +00:00
|
|
|
import "github.com/lucas-clemente/quic-go/internal/protocol"
|
2017-12-12 02:51:45 +00:00
|
|
|
|
|
|
|
type connectionStats struct {
|
|
|
|
slowstartPacketsLost protocol.PacketNumber
|
|
|
|
slowstartBytesLost protocol.ByteCount
|
|
|
|
}
|