From 97b5a9a23284eeebb84432147d7e98f54614f42c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=81=A1=E3=81=8B?=
<88967758+chika0801@users.noreply.github.com>
Date: Thu, 21 Dec 2023 21:09:44 +0800
Subject: [PATCH] Update v1.8.6 Interface changes
---
docs/en/config/transport.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/en/config/transport.md b/docs/en/config/transport.md
index f1bf52d..8bc4b89 100644
--- a/docs/en/config/transport.md
+++ b/docs/en/config/transport.md
@@ -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.
+MacOS iOS Requires Xray-core v1.8.6 or higher.
> `tcpMptcp`: true | false
-Requires Xray-core v1.8.6 or higher
+Requires Xray-core v1.8.6 or higher.
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
+Requires Xray-core v1.8.6 or higher.
Default value `false`, recommended to be enabled with "tcpMptcp": true.