Explorar el Código

Add TCP keep alive idle setting

ValdikSS hace 4 años
padre
commit
42930d9694
Se han modificado 1 ficheros con 2 adiciones y 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;
 }