1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Increase timeout for glorytun, decrease txqueuelen for interfaces

This commit is contained in:
Ycarus 2018-09-27 10:50:46 +02:00
parent f5f68a0729
commit 9e10f07fa6
3 changed files with 5 additions and 4 deletions

View file

@ -75,9 +75,9 @@ start_instance() {
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
procd_append_param command \
retry count -1 const 500000 \
retry count -1 const 5000000 \
timeout 40000 \
keepalive count 5 idle 30 interval 2 \
keepalive count 5 idle 10 interval 2 \
buffer-size 32768
procd_set_param respawn 0 30 0