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:
@ -9,4 +9,5 @@ message Config {
|
||||
bool multi_mode = 3;
|
||||
int32 idle_timeout = 4;
|
||||
int32 health_check_timeout = 5;
|
||||
bool permit_without_stream = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user