mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Disable fast-open on Shadowsocks-Rust: aggregation is not working with this
This commit is contained in:
parent
1054b96488
commit
3634433c68
2 changed files with 13 additions and 4 deletions
|
@ -5,7 +5,7 @@ config ss_redir hi1
|
|||
option mode 'tcp_and_udp'
|
||||
option timeout '1000'
|
||||
option keep_alive '15'
|
||||
option fast_open 1
|
||||
option fast_open 0
|
||||
option verbose 0
|
||||
option syslog 1
|
||||
option reuse_port 0
|
||||
|
@ -20,7 +20,7 @@ config ss_redir hi2
|
|||
option mode 'tcp_and_udp'
|
||||
option timeout '1000'
|
||||
option keep_alive '15'
|
||||
option fast_open 1
|
||||
option fast_open 0
|
||||
option verbose 0
|
||||
option syslog 1
|
||||
option reuse_port 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue