ソースを参照

Add TCP keep alive idle setting

ValdikSS 4 年 前
コミット
7563338cc8
1 ファイル変更2 行追加0 行削除
  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;
 }