From abb4bad701e25836ebff6d8c8797710eb2a5ac27 Mon Sep 17 00:00:00 2001 From: mischief Date: Sat, 1 Feb 2014 12:04:30 -0800 Subject: ip/torrent: print tracker errors/warnings in debug mode and allow setting peerid --- sys/man/1/torrent | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sys/man/1/torrent') diff --git a/sys/man/1/torrent b/sys/man/1/torrent index 31cc848a6..d94623049 100644 --- a/sys/man/1/torrent +++ b/sys/man/1/torrent @@ -23,6 +23,9 @@ torrent \- bittorrent client ] [ .B -c ] [ +.B -i +.I peer-id +] [ .I file ] .SH DESCRIPTION @@ -104,6 +107,17 @@ To monitor the download progress, the option can be given to cause the completed and total number of pieces written as a line of text to standard-output in one second intervals. +.PP +The +.B -i +option allows you to set the 20-byte +.I peer-id +that is sent to trackers and peers. If less than 20 bytes, the +.I peer-id +will be padded on the right with random ASCII numbers. This is +useful to fool trackers that filter clients based on the +.I peer-id +. .SH EXAMPLES Create new torrent file .EX -- cgit v1.2.3