mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fixes on MPTCP support with 6.1 kernel and XRay
This commit is contained in:
parent
6d89898a84
commit
8746eaf337
2 changed files with 9 additions and 1 deletions
|
@ -1375,7 +1375,7 @@ add_inbound_setting() {
|
|||
json_add_boolean "tcpFastOpen" "$ss_sockopt_tcp_fast_open"
|
||||
if version_over_5_4; then
|
||||
test -n "$ss_sockopt_mptcp" && \
|
||||
json_add_boolean "mptcp" "$ss_sockopt_mptcp"
|
||||
json_add_boolean "tcpMptcp" "$ss_sockopt_mptcp"
|
||||
fi
|
||||
test -n "$ss_sockopt_tproxy" && \
|
||||
json_add_string "tproxy" "$ss_sockopt_tproxy"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue