From 0c146bd04cfa22ede8af9826dc5ba9677e46cf8f Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Sun, 23 Apr 2023 20:10:58 +0800 Subject: [PATCH] doc: update smux --- docs/config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/config.yaml b/docs/config.yaml index fe4ee682..660976e7 100644 --- a/docs/config.yaml +++ b/docs/config.yaml @@ -302,6 +302,13 @@ proxies: # socks5 # UDP 则为双栈解析,获取结果中的第一个 IPv4 # ipv6-prefer 同 ipv4-prefer # 现有协议都支持此参数,TCP 效果仅在开启 tcp-concurrent 生效 + smux: + enabled: false + protocol: smux # smux/yamux/h2mux + # max-connections: 4 # Maximum connections. Conflict with max-streams. + # min-streams: 4 # Minimum multiplexed streams in a connection before opening a new connection. Conflict with max-streams. + # max-streams: 0 # Maximum multiplexed streams in a connection before opening a new connection. Conflict with max-connections and min-streams. + # padding: false # Enable padding. Requires sing-box server version 1.3-beta9 or later. - name: "ss2" type: ss