mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Decrease glorytun TCP timeout
This commit is contained in:
parent
b50182eea5
commit
a41a493715
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ start_instance() {
|
|||
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
||||
|
||||
procd_append_param command \
|
||||
retry count -1 const 5000000 \
|
||||
timeout 100000 \
|
||||
retry count -1 const 500000 \
|
||||
timeout 10000 \
|
||||
keepalive count 5 idle 20 interval 2 \
|
||||
buffer-size 32768
|
||||
|
||||
|
|
Loading…
Reference in a new issue