mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
add force buffer size sockopt option
This commit is contained in:
parent
1019ae36c2
commit
e088086abf
@ -103,4 +103,6 @@ message SocketConfig {
|
|||||||
int64 socket_rx_buf_size = 12;
|
int64 socket_rx_buf_size = 12;
|
||||||
|
|
||||||
int64 socket_tx_buf_size = 13;
|
int64 socket_tx_buf_size = 13;
|
||||||
|
|
||||||
|
bool socket_force_buf_size = 14;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user