splithttp - xmux (change default value)

This commit is contained in:
mhsanaei
2024-10-17 10:40:56 +02:00
parent 2950ce0c17
commit a23f390402
2 changed files with 15 additions and 12 deletions

View File

@@ -530,9 +530,9 @@ class SplitHTTPStreamSettings extends XrayCommonClass {
noSSEHeader = false,
xPaddingBytes = "100-1000",
xmux = {
maxConcurrency: 0,
maxConcurrency: "16-32",
maxConnections: 0,
cMaxReuseTimes: 0,
cMaxReuseTimes: "64-128",
cMaxLifetimeMs: 0
}
) {