From: Matt Joiner Date: Mon, 25 Aug 2014 12:12:50 +0000 (+1000) Subject: Add a date to the metadata packet client version string X-Git-Tag: v1.0.0~1597 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=891745360e73b3fb244fa33ccbff80dacaf1cda0;p=btrtrc.git Add a date to the metadata packet client version string --- diff --git a/client.go b/client.go index d1ae457f..b02d9a50 100644 --- a/client.go +++ b/client.go @@ -505,7 +505,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 20140825", // Just the date + // No upload queue is implemented yet. "reqq": 1, } if torrent.metadataSizeKnown() {