add tcpMptcp tcpNoDelay Parameter Explanation [ENG] (#431)
* add tcpMptcp tcpNoDelay Parameter Explanation [ENG] * Update v1.8.6 Interface changespull/433/head
							parent
							
								
									36eb9e5b3b
								
							
						
					
					
						commit
						c7319a4493
					
				|  | @ -393,7 +393,9 @@ A string array representing the key content, in the format shown in the example. | |||
|   "acceptProxyProtocol": false, | ||||
|   "tcpKeepAliveInterval": 0, | ||||
|   "tcpcongestion": "bbr", | ||||
|   "interface": "wg0" | ||||
|   "interface": "wg0", | ||||
|   "tcpMptcp": false, | ||||
|   "tcpNoDelay": false | ||||
| } | ||||
| ``` | ||||
| 
 | ||||
|  | @ -523,4 +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> | ||||
| 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> | ||||
| Default value `false`, recommended to be enabled with "tcpMptcp": true. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 ちか
						ちか