mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Change Glorytun TCP buffer size
This commit is contained in:
parent
53e69f9ced
commit
5fcbe4ea6e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ start_instance() {
|
||||||
retry count -1 const 5000000 \
|
retry count -1 const 5000000 \
|
||||||
timeout ${timeout} \
|
timeout ${timeout} \
|
||||||
keepalive count 5 idle 20 interval 2 \
|
keepalive count 5 idle 20 interval 2 \
|
||||||
buffer-size 327680
|
buffer-size 65536
|
||||||
|
|
||||||
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…
Reference in a new issue