Add tcpMptcp to sockopt (#2520)

This commit is contained in:
yylt 2023-09-08 01:32:27 +08:00 committed by GitHub
parent 853a866622
commit c00e56c0da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 48 additions and 26 deletions

View file

@ -110,4 +110,6 @@ message SocketConfig {
int32 tcp_max_seg = 17;
bool tcp_no_delay = 18;
bool tcp_mptcp = 19;
}