1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 14:35:23 +00:00

add bind to device, socket buf size setting to socket options

This commit is contained in:
Shelikhoo 2022-01-16 21:45:31 +00:00 committed by Xiaokang Wang (Shelikhoo)
parent 98f575ba40
commit 84f2d47c74

View File

@ -97,4 +97,10 @@ message SocketConfig {
uint32 tfo_queue_length = 9;
int32 tcp_keep_alive_idle = 10;
string bind_to_device = 11;
int64 socket_rx_buf_size = 12;
int64 socket_tx_buf_size = 13;
}