mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-30 16:29:57 +00:00
chore: change minAckRate to 0.8
This commit is contained in:
parent
6d628e1e8c
commit
f3b999bce0
@ -10,7 +10,7 @@ const (
|
|||||||
|
|
||||||
pktInfoSlotCount = 4
|
pktInfoSlotCount = 4
|
||||||
minSampleCount = 50
|
minSampleCount = 50
|
||||||
minAckRate = 0.75
|
minAckRate = 0.8
|
||||||
)
|
)
|
||||||
|
|
||||||
type BrutalSender struct {
|
type BrutalSender struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user