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/form/outbound.html | 3 +++ web/html/xui/form/stream/stream_httpupgrade.html | 2 +- web/html/xui/form/stream/stream_sockopt.html | 14 ++++++++++---- web/html/xui/form/stream/stream_tcp.html | 2 +- web/html/xui/form/stream/stream_ws.html | 2 +- web/html/xui/settings.html | 1 + 6 files changed, 17 insertions(+), 7 deletions(-) (limited to 'web/html') diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index af432fdf..0718d4ed 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -403,6 +403,9 @@ + + + diff --git a/web/html/xui/form/stream/stream_httpupgrade.html b/web/html/xui/form/stream/stream_httpupgrade.html index d1cd2e02..a98291cb 100644 --- a/web/html/xui/form/stream/stream_httpupgrade.html +++ b/web/html/xui/form/stream/stream_httpupgrade.html @@ -1,6 +1,6 @@ {{define "form/streamHTTPUpgrade"}} - + diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index dd60a7e1..0a50a89e 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -1,11 +1,11 @@ {{define "form/streamSockopt"}} - + {{end}} diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index cf1a03ca..31d2f9e8 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -1,7 +1,7 @@ {{define "form/streamTCP"}} - + diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html index 9b71070c..80f44c50 100644 --- a/web/html/xui/form/stream/stream_ws.html +++ b/web/html/xui/form/stream/stream_ws.html @@ -1,6 +1,6 @@ {{define "form/streamWS"}} - + 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