diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-22 19:35:46 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-05-22 21:06:49 +0300 |
| commit | 275370e32cddff5905cdf09ab9a60aa6799486e3 (patch) | |
| tree | a068648e6c496fbfc6e465857dc0a744da746617 /web/html/xui/settings.html | |
| parent | e7c59adc5928d9d9ef96480297f7618e3d57837c (diff) | |
new - (Sockopt) tcpMptcp , tcpNoDelay
https://xtls.github.io/en/config/transport.html#sockoptobject
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 } } |
