1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-09-01 13:12:41 +00:00

Add tcpMaxSeg to sockopt ()

This commit is contained in:
xqzr 2023-04-30 08:03:30 +08:00 committed by GitHub
commit dd81ad5342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 2 deletions
transport/internet

View file

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