0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-14 20:39:36 +03:00

XHTTP: Add "stream-up" mode for client & server (#3994)

This commit is contained in:
RPRX
2024-11-09 11:05:41 +00:00
committed by GitHub
parent 94c02f090e
commit bc4bf3d38f
8 changed files with 164 additions and 77 deletions

View File

@ -19,6 +19,7 @@ message Config {
RandRangeConfig xPaddingBytes = 8;
Multiplexing xmux = 9;
xray.transport.internet.StreamConfig downloadSettings = 10;
string mode = 11;
}
message RandRangeConfig {