mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Change glorytun buffer
This commit is contained in:
parent
6fa04e1e40
commit
8426ccd78a
1 changed files with 3 additions and 2 deletions
|
@ -68,9 +68,10 @@ start_instance() {
|
||||||
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
||||||
|
|
||||||
procd_append_param command \
|
procd_append_param command \
|
||||||
retry count -1 const 500000 \
|
retry count -1 const 50000 \
|
||||||
timeout 40000 \
|
timeout 40000 \
|
||||||
keepalive count 5 idle 60 interval 2
|
keepalive count 5 idle 60 interval 2 \
|
||||||
|
buffer-size 65500
|
||||||
|
|
||||||
procd_set_param respawn 0 30 0
|
procd_set_param respawn 0 30 0
|
||||||
procd_set_param file /tmp/${PROG_NAME}-${1}.key
|
procd_set_param file /tmp/${PROG_NAME}-${1}.key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue