]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Triage upload contention due to lack of uploader routine
authorMatt Joiner <anacrolix@gmail.com>
Thu, 24 Jul 2014 03:46:49 +0000 (13:46 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 24 Jul 2014 03:46:49 +0000 (13:46 +1000)
client.go

index 23ebe86b7607bfef432a5c09f61ae84aa0f322c2..529d31d03f77ca73b513a46ba8a36b6362862283 100644 (file)
--- a/client.go
+++ b/client.go
@@ -397,7 +397,8 @@ func (me *Client) runConnection(sock net.Conn, torrent *torrent, discovery peerS
                                                "ut_metadata": 1,
                                                "ut_pex":      2,
                                        },
-                                       "v": "go.torrent dev",
+                                       "v":    "go.torrent dev",
+                                       "reqq": 1,
                                }
                                if torrent.metadataSizeKnown() {
                                        d["metadata_size"] = torrent.metadataSize()