From 65ccc9c75e73c5685ab2d041017840f501d600be Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 5 Dec 2014 00:56:51 -0600 Subject: [PATCH] Forgot to commit this part of fixing disable TCP dialing out --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 84a11f59..83f3e5fa 100644 --- a/client.go +++ b/client.go @@ -648,7 +648,7 @@ func (me *Client) initiateConn(peer Peer, t *torrent) { // Initiate connections via TCP and UTP simultaneously. Use the first // one that succeeds. - left := 1 + left := 0 if !me.disableUTP { left++ } -- 2.48.1