Browse Source

Add TCP keep alive idle setting

ValdikSS 4 năm trước cách đây
mục cha
commit
42930d9694
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;
 }