Explorar o código

Add TCP keep alive idle setting

ValdikSS %!s(int64=4) %!d(string=hai) anos
pai
achega
7563338cc8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
 }