1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-16 04:35:24 +00:00

add force buffer size sockopt option

This commit is contained in:
Shelikhoo 2022-01-16 22:24:16 +00:00 committed by Xiaokang Wang (Shelikhoo)
parent 1019ae36c2
commit e088086abf

View File

@ -103,4 +103,6 @@ message SocketConfig {
int64 socket_rx_buf_size = 12;
int64 socket_tx_buf_size = 13;
bool socket_force_buf_size = 14;
}