Преглед изворни кода

add force buffer size sockopt option

Shelikhoo пре 4 година
родитељ
комит
e088086abf
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      transport/internet/config.proto

+ 2 - 0
transport/internet/config.proto

@@ -103,4 +103,6 @@ message SocketConfig {
   int64 socket_rx_buf_size = 12;
 
   int64 socket_tx_buf_size = 13;
+
+  bool socket_force_buf_size = 14;
 }