1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-14 19:41:51 +00:00
This commit is contained in:
Ycarus 2018-02-08 10:52:25 +01:00
parent d37db6fa15
commit dac82f7277

View file

@ -56,13 +56,13 @@ start_instance() {
keyfile /tmp/${PROG_NAME}-${1}.key \
${port:+port "$port"} \
${host:+host "$host"} \
${dev:+dev "$dev"}
${dev:+dev "$dev"}
[ "${listener}" = "1" ] && procd_append_param command listener
[ "${mptcp}" = "1" ] && procd_append_param command mptcp
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
proc_append_param command \
procd_append_param command \
retry count -1 const 5000000 \
timeout 5000 \
keepalive count 3 idle 10 interval 1