Explorar el Código

rename sockopt options

Shelikhoo hace 4 años
padre
commit
1fc7c5731a
Se han modificado 1 ficheros con 3 adiciones y 5 borrados
  1. 3 5
      transport/internet/config.proto

+ 3 - 5
transport/internet/config.proto

@@ -100,9 +100,7 @@ message SocketConfig {
 
   string bind_to_device = 11;
 
-  int64 socket_rx_buf_size = 12;
-
-  int64 socket_tx_buf_size = 13;
-
-  bool socket_force_buf_size = 14;
+  int64 rx_buf_size = 12;
+  int64 tx_buf_size = 13;
+  bool force_buf_size = 14;
 }