From 275370e32cddff5905cdf09ab9a60aa6799486e3 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Wed, 22 May 2024 18:35:46 +0200 Subject: new - (Sockopt) tcpMptcp , tcpNoDelay https://xtls.github.io/en/config/transport.html#sockoptobject --- web/html/xui/settings.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/html/xui/settings.html') diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index 8bcb0258..96293daf 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -407,6 +407,7 @@ streamSettings: { sockopt: { tcpKeepAliveIdle: 100, + tcpMptcp: true, tcpNoDelay: true } } -- cgit v1.2.3