mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-29 22:11:43 +03:00
parent
01fb5740d8
commit
afde8ebc06
@ -91,7 +91,7 @@ Mux 相关的具体配置。
|
||||
|
||||
### MuxObject
|
||||
|
||||
Mux 功能是在一条 TCP 连接上分发多个 TCP 连接的数据。实现细节详见 [Mux.Cool](../../development/protocols/muxcool)。Mux 是为了减少 TCP 的握手延迟而设计,而非提高连接的吞吐量。使用 Mux 看视频、下载或者测速通常都有反效果。Mux 只需要在客户端启用,服务器端自动适配。
|
||||
Mux 功能是在一条 TCP 连接上分发多个 TCP 连接的数据。实现细节详见 [Mux.Cool](../../development/protocols/muxcool)。Mux 是为了减少 TCP 的握手延迟而设计,而非提高连接的吞吐量。使用 Mux 看视频、下载或者测速通常都有反效果。Mux 只需要在客户端启用,服务器端自动适配。Mux 的第二个用途是分发多个 UDP 连接,即 XUDP。
|
||||
|
||||
`MuxObject` 对应 `OutboundObject` 中的 `mux` 项。
|
||||
|
||||
|
@ -86,7 +86,7 @@ Compatible with v2fly/v2ray-core's configuration [transportLayer](https://www.v2
|
||||
|
||||
### MuxObject
|
||||
|
||||
The Mux function distributes the data of multiple TCP connections on a single TCP connection. For implementation details, see [Mux.Cool](../../development/protocols/muxcool). Mux is designed to reduce the latency of TCP handshake, not to increase the throughput of connections. Using Mux for watching videos, downloading, or speed testing usually has negative effects. Mux only needs to be enabled on the client side, and the server side automatically adapts.
|
||||
The Mux feature distributes the data of multiple TCP connections on a single TCP connection. For implementation details, see [Mux.Cool](../../development/protocols/muxcool). Mux is designed to reduce the latency of TCP handshake, not to increase the throughput of connections. Using Mux for watching videos, downloading, or speed testing usually has negative effects. Mux only needs to be enabled on the client side, and the server side automatically adapts. Mux has an additional function: to run multiple UDP connections, i.e. XUDP.
|
||||
|
||||
`MuxObject` corresponds to the `mux` item in `OutboundObject`.
|
||||
|
||||
|
@ -68,7 +68,7 @@ Xray будет использовать случайный IP-адрес из
|
||||
|
||||
> `mux`: [MuxObject](#muxobject)
|
||||
|
||||
Настройки Mux.
|
||||
Настройки Mux. Mux позволяет мультиплексировать несколько TCP-соединений через одно TCP-соединение. У Mux есть дополнительная функция: передача UDP-соединений как XUDP.
|
||||
|
||||
### ProxySettingsObject
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user