Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/js/model/inbound.js2
-rw-r--r--web/assets/js/model/outbound.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/model/inbound.js b/web/assets/js/model/inbound.js
index 4eeb1964..b196a06d 100644
--- a/web/assets/js/model/inbound.js
+++ b/web/assets/js/model/inbound.js
@@ -323,7 +323,7 @@ class KcpStreamSettings extends XrayCommonClass {
tti = 20,
uplinkCapacity = 5,
downlinkCapacity = 20,
- cwndMultiplier = 0,
+ cwndMultiplier = 1,
maxSendingWindow = 0,
) {
super();
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js
index 9a26a954..9b09ae7c 100644
--- a/web/assets/js/model/outbound.js
+++ b/web/assets/js/model/outbound.js
@@ -169,7 +169,7 @@ class KcpStreamSettings extends CommonClass {
tti = 20,
uplinkCapacity = 5,
downlinkCapacity = 20,
- cwndMultiplier = 0,
+ cwndMultiplier = 1,
maxSendingWindow = 0,
) {
super();