add force buffer size sockopt option

This commit is contained in:
Shelikhoo
2022-01-23 20:33:01 +00:00
committed by Xiaokang Wang (Shelikhoo)
parent 1019ae36c2
commit e088086abf
+2
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;
}