mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-10 23:40:06 -05: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
|
|
}
|