1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

Add TCP keep alive idle setting

This commit is contained in:
ValdikSS 2021-12-23 05:28:09 +03:00 committed by Xiaokang Wang (Shelikhoo)
parent 956377d87f
commit 42930d9694

View File

@ -95,4 +95,6 @@ message SocketConfig {
int32 tcp_keep_alive_interval = 8;
uint32 tfo_queue_length = 9;
int32 tcp_keep_alive_idle = 10;
}