mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-12 15:27:16 -05:00
9 lines
199 B
Go
9 lines
199 B
Go
package congestion
|
|
|
|
import "github.com/lucas-clemente/quic-go/internal/protocol"
|
|
|
|
type connectionStats struct {
|
|
slowstartPacketsLost protocol.PacketNumber
|
|
slowstartBytesLost protocol.ByteCount
|
|
}
|