mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
XHTTP: Add "stream-up" mode for client & server (#3994)
This commit is contained in:
parent
94c02f090e
commit
bc4bf3d38f
8 changed files with 164 additions and 77 deletions
|
@ -19,6 +19,7 @@ message Config {
|
|||
RandRangeConfig xPaddingBytes = 8;
|
||||
Multiplexing xmux = 9;
|
||||
xray.transport.internet.StreamConfig downloadSettings = 10;
|
||||
string mode = 11;
|
||||
}
|
||||
|
||||
message RandRangeConfig {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue