From 891745360e73b3fb244fa33ccbff80dacaf1cda0 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 25 Aug 2014 22:12:50 +1000 Subject: [PATCH] Add a date to the metadata packet client version string --- client.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() { -- 2.48.1