mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-11 18:46:52 +01:00
8 lines
199 B
Go
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
|
|
}
|