mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-30 22:34:15 -05:00
1201492222
* Updated lucas-clemente/quic-go for QUIC 39+ support * Update quic-go to latest
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
|
|
}
|