From 9b07f278cb03146195cf3da8c2c37f22e2e71fb9 Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Wed, 27 Oct 2021 09:48:17 -0700 Subject: [PATCH] Fix: SOCKS5 Server timeout independant of Valid. timeout --- validator_engine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator_engine.go b/validator_engine.go index a300363..272141b 100644 --- a/validator_engine.go +++ b/validator_engine.go @@ -66,7 +66,7 @@ func (s *Swamp) checkHTTP(sock *Proxy) (string, error) { "socks%s://%s/?timeout=%ss", sock.Proto.Load().(string), sock.Endpoint, - s.GetTimeoutSecondsStr()), + s.GetValidationTimeoutStr()), ) var transportDialer = dialSocks