diff options
author | mischief <mischief@offblast.org> | 2014-02-01 12:04:30 -0800 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2014-02-01 12:04:30 -0800 |
commit | abb4bad701e25836ebff6d8c8797710eb2a5ac27 (patch) | |
tree | 47c41013da91d529ed43553eb8117b5a929c8bc0 /sys/man/1 | |
parent | ed9e9f98e9cc502c72b27c68612e9e187ec11e10 (diff) |
ip/torrent: print tracker errors/warnings in debug mode and allow setting peerid
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/torrent | 14 |
1 files changed, 14 insertions, 0 deletions
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 |