Explorar el Código

add force buffer size sockopt option

Shelikhoo hace 4 años
padre
commit
e088086abf
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
 }