mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-14 23:38:40 +00:00
Add tcpMaxSeg
to sockopt
(#2002)
This commit is contained in:
parent
18e5b0963f
commit
dd81ad5342
4 changed files with 29 additions and 2 deletions
|
@ -106,4 +106,6 @@ message SocketConfig {
|
|||
int32 tcp_window_clamp = 15;
|
||||
|
||||
int32 tcp_user_timeout = 16;
|
||||
|
||||
int32 tcp_max_seg = 17;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue