1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-05 07:30:42 +00:00

rename sockopt options

This commit is contained in:
Shelikhoo 2022-01-16 22:58:58 +00:00 committed by Xiaokang Wang (Shelikhoo)
parent 547b4fb49b
commit 1fc7c5731a

View File

@ -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;
}