From 9bc5c1d070645bcabdd44095df7b1592ab6f3365 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Wed, 1 Jan 2025 18:42:50 +0100 Subject: tcpNoDelay to penetrate --- web/html/xui/form/outbound.html | 4 ++-- web/html/xui/form/stream/stream_sockopt.html | 4 ++-- web/html/xui/settings.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'web/html/xui') diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 0293ffa8..f1f76940 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -474,8 +474,8 @@ - - + + diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index c08074ee..9eea55ea 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -32,8 +32,8 @@ - - + + diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 0c70ca1c..2c8515e2 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -439,7 +439,7 @@ sockopt: { tcpKeepAliveIdle: 100, tcpMptcp: true, - tcpNoDelay: true + penetrate: true } } }, -- cgit v1.2.3