Browse Source

add force buffer size sockopt option

Shelikhoo 4 năm trước cách đây
mục cha
commit
e088086abf
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

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