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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
}