mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-02-01 06:06:53 -05:00
rename sockopt options
This commit is contained in:
parent
547b4fb49b
commit
1fc7c5731a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user