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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-04-21 15:50:37 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-04-21 15:50:37 +0300
commit085cb8c2167abb43033c2116130652f9ac8249f9 (patch)
treed96e5a345777004c181da79f5ab2f854a895313d /web/html/form/stream/stream_kcp.html
parent2a9ba2badce25d16648a385134e3b33f1e906581 (diff)
Set CWND multiplier default and min to 1
Diffstat (limited to 'web/html/form/stream/stream_kcp.html')
-rw-r--r--web/html/form/stream/stream_kcp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/form/stream/stream_kcp.html b/web/html/form/stream/stream_kcp.html
index a07b843f..e8fea76d 100644
--- a/web/html/form/stream/stream_kcp.html
+++ b/web/html/form/stream/stream_kcp.html
@@ -33,7 +33,7 @@
<a-form-item label="CWND Multiplier">
<a-input-number
v-model.number="inbound.stream.kcp.cwndMultiplier"
- :min="0"
+ :min="1"
></a-input-number>
</a-form-item>
<a-form-item label="Max Sending Window">