Triage upload contention due to lack of uploader routine

This commit is contained in:
Matt Joiner 2014-07-24 13:46:49 +10:00
parent 3a852886ad
commit 466c85a1b2
1 changed files with 2 additions and 1 deletions

View File

@ -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()