0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-14 04:19:36 +03:00

Add tcpWindowClamp to sockopt (#1757)

Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
This commit is contained in:
xqzr
2023-03-09 21:51:16 +08:00
committed by GitHub
parent 836e84b851
commit c3322294be
4 changed files with 49 additions and 23 deletions

View File

@ -102,4 +102,6 @@ message SocketConfig {
string interface = 13;
bool v6only = 14;
int32 tcp_window_clamp = 15;
}