git: 9front

Download patch

ref: 259968f7dcf33dbd5b48f41691c26f2ae55c90c3
parent: 1ef5078f78c6464975bd76127dfd580ccc238a9f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon May 19 00:56:07 EDT 2014

ip/torrent: use "torrent" as default user agent

--- a/sys/src/cmd/ip/torrent.c
+++ b/sys/src/cmd/ip/torrent.c
@@ -54,7 +54,7 @@
 int port = 6881;
 char *deftrack = "http://exodus.desync.com/announce";
 char *mntweb = "/mnt/web";
-char *useragent = "hjdicks";
+char *useragent = "torrent";
 uchar infohash[20];
 uchar peerid[20];
 int blocksize;
--