1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 11:31:51 +00:00

Optimize Glorytun TCP

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-03-10 20:26:46 +01:00
parent 6a15da5486
commit 5ca7fd25b0

View file

@ -79,10 +79,10 @@ start_instance() {
[ "${multiqueue}" = "1" ] && procd_append_param command multiqueue
procd_append_param command \
retry count -1 const 500000 \
retry count -1 const 5000000 \
timeout ${timeout} \
keepalive count 5 idle 20 interval 2 \
buffer-size 32768
buffer-size 1024
procd_set_param respawn 0 30 0
procd_set_param file /tmp/${PROG_NAME}-${1}.key