Add tcpWindowClamp to sockopt (#1757)

Co-authored-by: RPRX <63339210+RPRX@users.noreply.github.com>
This commit is contained in:
xqzr 2023-03-09 21:51:16 +08:00 committed by GitHub
parent 836e84b851
commit c3322294be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 49 additions and 23 deletions

View file

@ -102,4 +102,6 @@ message SocketConfig {
string interface = 13;
bool v6only = 14;
int32 tcp_window_clamp = 15;
}