mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 11:31:51 +00:00
Optimize Glorytun TCP
This commit is contained in:
parent
6a15da5486
commit
5ca7fd25b0
1 changed files with 2 additions and 2 deletions
|
@ -79,10 +79,10 @@ start_instance() {
|
|||
[ "${multiqueue}" = "1" ] && procd_append_param command multiqueue
|
||||
|
||||
procd_append_param command \
|
||||
retry count -1 const 500000 \
|
||||
retry count -1 const 5000000 \
|
||||
timeout ${timeout} \
|
||||
keepalive count 5 idle 20 interval 2 \
|
||||
buffer-size 32768
|
||||
buffer-size 1024
|
||||
|
||||
procd_set_param respawn 0 30 0
|
||||
procd_set_param file /tmp/${PROG_NAME}-${1}.key
|
||||
|
|
Loading…
Reference in a new issue