瀏覽代碼

rename sockopt options

Shelikhoo 4 年之前
父節點
當前提交
1fc7c5731a
共有 1 個文件被更改,包括 3 次插入5 次删除
  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;
 }