add padding for mux

This commit is contained in:
HystericalDragon
2023-07-23 08:58:26 +08:00
parent 9fe08ca20d
commit 1e561ae9d1
5 changed files with 18 additions and 5 deletions

View File

@@ -651,6 +651,7 @@ namespace NekoGui {
auto muxObj = QJsonObject{
{"enabled", true},
{"protocol", dataStore->mux_protocol},
{"padding", dataStore->mux_padding},
{"max_streams", dataStore->mux_concurrency},
};
outbound["multiplex"] = muxObj;