mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-04-25 04:38:04 +08:00
chore: Update const type
This commit is contained in:
parent
5b1de296af
commit
c90bf1c6e2
@ -15,10 +15,10 @@ import (
|
||||
const (
|
||||
// InitialMaxDatagramSize is the default maximum packet size used in QUIC for congestion window computations in bytes.
|
||||
InitialMaxDatagramSize = 1252
|
||||
InitialCongestionWindow congestion.ByteCount = 10
|
||||
InitialPacketSizeIPv4 = 1252
|
||||
InitialPacketSizeIPv6 = 1232
|
||||
DefaultBBRMaxCongestionWindow congestion.ByteCount = 10000
|
||||
InitialCongestionWindow = 10
|
||||
DefaultBBRMaxCongestionWindow = 10000
|
||||
)
|
||||
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user