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

This commit is contained in:
cinap_lenrek 2014-05-19 04:56:07 +02:00
parent 1055b951f3
commit 7ae98ac5a6

View file

@ -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;