1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Enable no delay for shadowsocks by default

This commit is contained in:
Ycarus 2018-10-30 10:38:40 +01:00
parent a3687cc963
commit 832eabb742
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@ if [ "$NBCPU" -gt 2 ]; then
set shadowsocks-libev.hi$c.reuse_port=1
set shadowsocks-libev.hi$c.syslog=1
set shadowsocks-libev.hi$c.mptcp=1
set shadowsocks-libev.hi$c.no_delay=1
set shadowsocks-libev.hi$c.verbose=0
commit shadowsocks-libev
EOF