Correct splithttp xmux default value

This commit is contained in:
风扇滑翔翼 2024-10-16 21:02:17 +08:00 committed by GitHub
parent 3b280cfb1a
commit 72c74189e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,10 +99,10 @@ SplitHTTP 的HTTP请求中所发送的host默认值为空。若服务端值
```json ```json
{ {
"maxConcurrency": 16, "maxConcurrency": "16-32",
"maxConnections": 32, "maxConnections": 0,
"cMaxReuseTimes": 64, "cMaxReuseTimes": "64-128",
"cMaxLifetimeMs": 128 "cMaxLifetimeMs": 0
} }
``` ```