From 5b394c608f9df2efcf6081067c1454a6ca4fab6d Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 14 Jun 2019 20:42:41 +0200 Subject: [PATCH] Increase timeout for glorytun tcp --- glorytun/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glorytun/init b/glorytun/init index 192fb8a1a..d09ce9959 100755 --- a/glorytun/init +++ b/glorytun/init @@ -77,7 +77,7 @@ start_instance() { procd_append_param command \ retry count -1 const 5000000 \ timeout 10000 \ - keepalive count 5 idle 10 interval 2 \ + keepalive count 5 idle 20 interval 2 \ buffer-size 32768 procd_set_param respawn 0 30 0