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-01-05 20:10:06 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-01-05 20:10:06 +0300
commitc117b8b27259afcb52a842a9ae8b0b8643f49b7e (patch)
tree3ca043ff06c51500f81a4049d47fa197cc10ab32 /web/assets/js/model/outbound.js
parent6041d10e3d5d8b0021dd596bdee8f0064a495f80 (diff)
mtu to 1250
Diffstat (limited to 'web/assets/js/model/outbound.js')
-rw-r--r--web/assets/js/model/outbound.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/js/model/outbound.js b/web/assets/js/model/outbound.js
index 295ac812..6fe34982 100644
--- a/web/assets/js/model/outbound.js
+++ b/web/assets/js/model/outbound.js
@@ -164,7 +164,7 @@ class TcpStreamSettings extends CommonClass {
class KcpStreamSettings extends CommonClass {
constructor(
- mtu = 1350,
+ mtu = 1250,
tti = 50,
uplinkCapacity = 5,
downlinkCapacity = 20,
@@ -1233,7 +1233,7 @@ Outbound.HttpSettings = class extends CommonClass {
Outbound.WireguardSettings = class extends CommonClass {
constructor(
- mtu = 1420,
+ mtu = 1250,
secretKey = '',
address = [''],
workers = 2,