Parcourir la source

add force buffer size sockopt option

Shelikhoo il y a 4 ans
Parent
commit
e088086abf
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;
 }