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

Add tcpMaxSeg to sockopt (#2002)

This commit is contained in:
xqzr
2023-04-30 08:03:30 +08:00
committed by GitHub
parent 18e5b0963f
commit dd81ad5342
4 changed files with 29 additions and 2 deletions

View File

@ -106,4 +106,6 @@ message SocketConfig {
int32 tcp_window_clamp = 15;
int32 tcp_user_timeout = 16;
int32 tcp_max_seg = 17;
}