XHTTP XMUX: Add hMaxRequestTimes and hKeepAlivePeriod (#4163)

Fixes https://github.com/XTLS/Xray-core/discussions/4113#discussioncomment-11492833
This commit is contained in:
RPRX
2024-12-15 05:43:10 +00:00
committed by GitHub
parent 7463561856
commit 73e0d4a666
10 changed files with 515 additions and 430 deletions

View File

@@ -423,7 +423,7 @@ func Test_maxUpload(t *testing.T) {
ProtocolName: "splithttp",
ProtocolSettings: &Config{
Path: "/sh",
ScMaxEachPostBytes: &RandRangeConfig{
ScMaxEachPostBytes: &RangeConfig{
From: 10000,
To: 10000,
},