mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Add tcpWindowClamp
to sockopt
(#1757)
Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
This commit is contained in:
parent
836e84b851
commit
c3322294be
4 changed files with 49 additions and 23 deletions
|
@ -102,4 +102,6 @@ message SocketConfig {
|
|||
string interface = 13;
|
||||
|
||||
bool v6only = 14;
|
||||
|
||||
int32 tcp_window_clamp = 15;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue