From fb78729069bcb774ff64c9422bbfd096f6117304 Mon Sep 17 00:00:00 2001 From: vyzo Date: Sun, 31 Mar 2019 12:13:29 +0300 Subject: [PATCH] reduce dialback timeout to 15s --- svc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc.go b/svc.go index b874b7d..bd704be 100644 --- a/svc.go +++ b/svc.go @@ -21,7 +21,7 @@ import ( const P_CIRCUIT = 290 var ( - AutoNATServiceDialTimeout = 42 * time.Second + AutoNATServiceDialTimeout = 15 * time.Second AutoNATServiceResetInterval = 1 * time.Minute AutoNATServiceThrottle = 3