1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-17 09:59:07 -04:00

Add TCP keep alive idle setting

This commit is contained in:
ValdikSS
2021-11-13 20:43:07 +00:00
committed by Xiaokang Wang
parent 801d4a1d60
commit 7563338cc8

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;
}