diff options
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/form/outbound.html | 4 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_sockopt.html | 4 | ||||
| -rw-r--r-- | web/html/xui/settings.html | 2 |
3 files changed, 5 insertions, 5 deletions
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 @@ <a-form-item label="Multipath TCP"> <a-switch v-model.trim="outbound.stream.sockopt.tcpMptcp"></a-switch> </a-form-item> - <a-form-item label="TCP No-Delay" v-if="outbound.stream.sockopt.tcpMptcp"> - <a-switch v-model="outbound.stream.sockopt.tcpNoDelay"></a-switch> + <a-form-item label="Penetrate"> + <a-switch v-model="outbound.stream.sockopt.penetrate"></a-switch> </a-form-item> </template> 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 @@ <a-form-item label="Multipath TCP"> <a-switch v-model.trim="inbound.stream.sockopt.tcpMptcp"></a-switch> </a-form-item> - <a-form-item label="TCP No-Delay" v-if="inbound.stream.sockopt.tcpMptcp"> - <a-switch v-model.trim="inbound.stream.sockopt.tcpNoDelay"></a-switch> + <a-form-item label="Penetrate"> + <a-switch v-model.trim="inbound.stream.sockopt.penetrate"></a-switch> </a-form-item> <a-form-item label="V6 Only"> <a-switch v-model.trim="inbound.stream.sockopt.V6Only"></a-switch> 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 } } }, |
