mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Increase glorytun tcp timeout
This commit is contained in:
parent
dd92c916f3
commit
eff114883e
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ start_instance() {
|
||||||
|
|
||||||
procd_append_param command \
|
procd_append_param command \
|
||||||
retry count -1 const 5000000 \
|
retry count -1 const 5000000 \
|
||||||
timeout 10000 \
|
timeout 100000 \
|
||||||
keepalive count 5 idle 20 interval 2 \
|
keepalive count 5 idle 20 interval 2 \
|
||||||
buffer-size 32768
|
buffer-size 32768
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue