mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-01 01:44:15 +00:00
gRPC: add keepalive option PermitWithoutStream
This commit is contained in:
parent
57b9006d26
commit
31c7141fef
4 changed files with 37 additions and 21 deletions
|
@ -9,4 +9,5 @@ message Config {
|
|||
bool multi_mode = 3;
|
||||
int32 idle_timeout = 4;
|
||||
int32 health_check_timeout = 5;
|
||||
bool permit_without_stream = 6;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue