Browse Source

add force buffer size sockopt option

Shelikhoo 3 years ago
parent
commit
e088086abf
1 changed files with 2 additions and 0 deletions
  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_rx_buf_size = 12;
 
 
   int64 socket_tx_buf_size = 13;
   int64 socket_tx_buf_size = 13;
+
+  bool socket_force_buf_size = 14;
 }
 }