Browse Source

Add TCP keep alive idle setting

ValdikSS 3 years ago
parent
commit
42930d9694
1 changed files with 2 additions and 0 deletions
  1. 2 0
      transport/internet/config.proto

+ 2 - 0
transport/internet/config.proto

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