mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add multiqueue option to glorytun TCP
This commit is contained in:
parent
e4a6d5e4fb
commit
c468d149d7
2 changed files with 3 additions and 1 deletions
|
@ -10,3 +10,4 @@ config glorytun 'vpn'
|
||||||
option mtuauto '1'
|
option mtuauto '1'
|
||||||
option localip '10.255.255.2'
|
option localip '10.255.255.2'
|
||||||
option remoteip '10.255.255.1'
|
option remoteip '10.255.255.1'
|
||||||
|
option multiqueue '1'
|
|
@ -74,6 +74,7 @@ start_instance() {
|
||||||
[ "${listener}" = "1" ] && procd_append_param command listener
|
[ "${listener}" = "1" ] && procd_append_param command listener
|
||||||
[ "${mptcp}" = "1" ] && procd_append_param command mptcp
|
[ "${mptcp}" = "1" ] && procd_append_param command mptcp
|
||||||
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
||||||
|
[ "${multiqueue}" = "1" ] && procd_append_param command multiqueue
|
||||||
|
|
||||||
procd_append_param command \
|
procd_append_param command \
|
||||||
retry count -1 const 500000 \
|
retry count -1 const 500000 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue