Update v1.8.6 Interface changes

This commit is contained in:
ちか 2023-12-21 21:09:44 +08:00 committed by GitHub
parent 3e71277677
commit 97b5a9a232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -525,15 +525,16 @@ Execute the command `sysctl net.ipv4.tcp_congestion_control` to get the system d
> `interface`: ""
Specifies the name of the bound outbound network interface. Only supported by Linux,Darwin(MacOS,iOS).
Specifies the name of the bound outbound network interface. supported by Linux MacOS iOS.<br>
MacOS iOS Requires Xray-core v1.8.6 or higher.
> `tcpMptcp`: true | false
Requires Xray-core v1.8.6 or higher<br>
Requires Xray-core v1.8.6 or higher.<br>
Default value `false`, fill in `true` to enable [Multipath TCP](https://en.wikipedia.org/wiki/Multipath_TCP), need to be enabled in both server and client configuration.
> `tcpNoDelay`: true | false
Requires Xray-core v1.8.6 or higher<br>
Requires Xray-core v1.8.6 or higher.<br>
Default value `false`, recommended to be enabled with "tcpMptcp": true.