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
|
@ -74,6 +74,7 @@ start_instance() {
|
|||
[ "${listener}" = "1" ] && procd_append_param command listener
|
||||
[ "${mptcp}" = "1" ] && procd_append_param command mptcp
|
||||
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
||||
[ "${multiqueue}" = "1" ] && procd_append_param command multiqueue
|
||||
|
||||
procd_append_param command \
|
||||
retry count -1 const 500000 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue