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

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
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;
}