XHTTP config: Add keepAlivePeriod for client (#4075)

Closes https://github.com/XTLS/Xray-core/issues/4053

---------

Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
This commit is contained in:
风扇滑翔翼 2024-11-29 08:57:45 +08:00 committed by RPRX
parent f7bd98b13c
commit c87cf8ff52
4 changed files with 73 additions and 46 deletions

View file

@ -21,6 +21,7 @@ message Config {
xray.transport.internet.StreamConfig downloadSettings = 10;
string mode = 11;
bool noGRPCHeader = 12;
int64 keepAlivePeriod = 13;
}
message RandRangeConfig {