]> Sergey Matveev's repositories - btrtrc.git/blobdiff - client.go
Formatting and comments
[btrtrc.git] / client.go
index 7fb7d50161a679697efa3b6744a8d42510b93a42..290ea711aaa7294dccc5a5ff4b6dc4d250272ff3 100644 (file)
--- a/client.go
+++ b/client.go
@@ -521,7 +521,7 @@ func (cl *Client) initiateConn(peer Peer, t *Torrent) {
 
 func (cl *Client) dialTCP(ctx context.Context, addr string) (c net.Conn, err error) {
        d := net.Dialer{
-       // LocalAddr: cl.tcpListener.Addr(),
+               // LocalAddr: cl.tcpListener.Addr(),
        }
        c, err = d.DialContext(ctx, "tcp", addr)
        countDialResult(err)