mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-19 20:13:59 +08:00
9 lines
190 B
Go
9 lines
190 B
Go
![]() |
package congestion
|
||
|
|
||
|
import "github.com/lucas-clemente/quic-go/protocol"
|
||
|
|
||
|
type connectionStats struct {
|
||
|
slowstartPacketsLost protocol.PacketNumber
|
||
|
slowstartBytesLost protocol.ByteCount
|
||
|
}
|