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
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/form/outbound.html2
-rw-r--r--web/html/form/stream/stream_kcp.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html
index 7bac266f..a9119cf0 100644
--- a/web/html/form/outbound.html
+++ b/web/html/form/outbound.html
@@ -587,7 +587,7 @@
<a-form-item label="CWND Multiplier">
<a-input-number
v-model.number="outbound.stream.kcp.cwndMultiplier"
- min="0"
+ min="1"
></a-input-number>
</a-form-item>
<a-form-item label="Max Sending Window">
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">