Set CWND multiplier default and min to 1

This commit is contained in:
MHSanaei
2026-04-21 14:50:37 +02:00
parent 2a9ba2badc
commit 085cb8c216
4 changed files with 4 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ class KcpStreamSettings extends CommonClass {
tti = 20,
uplinkCapacity = 5,
downlinkCapacity = 20,
cwndMultiplier = 0,
cwndMultiplier = 1,
maxSendingWindow = 0,
) {
super();