client.go | 2 +- diff --git a/client.go b/client.go index 84a11f59058ba874d5bfb80c1617731c94c6c0c0..83f3e5fa82a742019f3df4baffbad3ac5355f77f 100644 --- a/client.go +++ b/client.go @@ -648,7 +648,7 @@ // listen address. // Initiate connections via TCP and UTP simultaneously. Use the first // one that succeeds. - left := 1 + left := 0 if !me.disableUTP { left++ }