diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-19 04:56:07 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-05-19 04:56:07 +0200 |
commit | 7ae98ac5a62a034204531d2ea233e1851a68c5c1 (patch) | |
tree | a3970af1c31ce7225375d1c201f79ad9c31daa8a /sys/src/cmd/ip | |
parent | 1055b951f37e4424f8c759f8cca4677e4fd8f02f (diff) |
ip/torrent: use "torrent" as default user agent
Diffstat (limited to 'sys/src/cmd/ip')
-rw-r--r-- | sys/src/cmd/ip/torrent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/ip/torrent.c b/sys/src/cmd/ip/torrent.c index d84ea4fb2..7b89a40b7 100644 --- a/sys/src/cmd/ip/torrent.c +++ b/sys/src/cmd/ip/torrent.c @@ -54,7 +54,7 @@ int killgroup = -1; 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; |