From a41a493715265518c4ec780eb58b20475f14c6a1 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Tue, 7 Apr 2020 17:42:06 +0200 Subject: [PATCH] Decrease glorytun TCP timeout --- glorytun/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glorytun/init b/glorytun/init index e7e1cd1df..75cc8eb42 100755 --- a/glorytun/init +++ b/glorytun/init @@ -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