From: Matt Joiner Date: Fri, 5 Dec 2014 06:56:51 +0000 (-0600) Subject: Forgot to commit this part of fixing disable TCP dialing out X-Git-Tag: v1.0.0~1416 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=65ccc9c75e73c5685ab2d041017840f501d600be;p=btrtrc.git Forgot to commit this part of fixing disable TCP dialing out --- 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++ }