0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

gRPC: add keepalive option PermitWithoutStream

This commit is contained in:
hmol233
2021-07-05 21:25:21 +08:00
parent 57b9006d26
commit 31c7141fef
4 changed files with 37 additions and 21 deletions

View File

@ -9,4 +9,5 @@ message Config {
bool multi_mode = 3;
int32 idle_timeout = 4;
int32 health_check_timeout = 5;
bool permit_without_stream = 6;
}