mirror of https://github.com/aria2/aria2
Add documentation for --peer-agent
parent
a3bacc0ff1
commit
b9c685bbbc
|
@ -954,6 +954,15 @@ BitTorrent Specific Options
|
||||||
replaced by major, minor and patch version number respectively. For
|
replaced by major, minor and patch version number respectively. For
|
||||||
instance, aria2 version 1.18.8 has prefix ID ``A2-1-18-8-``.
|
instance, aria2 version 1.18.8 has prefix ID ``A2-1-18-8-``.
|
||||||
|
|
||||||
|
.. option:: --peer-agent=<PEER_AGENT>
|
||||||
|
|
||||||
|
Specify the string used during the bitorrent extended handshake
|
||||||
|
for the peer's client version.
|
||||||
|
|
||||||
|
Default: ``aria2/$MAJOR.$MINOR.$PATCH``, $MAJOR, $MINOR and $PATCH are
|
||||||
|
replaced by major, minor and patch version number respectively. For
|
||||||
|
instance, aria2 version 1.18.8 has peer agent ``aria2/1.18.8``.
|
||||||
|
|
||||||
.. option:: --seed-ratio=<RATIO>
|
.. option:: --seed-ratio=<RATIO>
|
||||||
|
|
||||||
Specify share ratio. Seed completed torrents until share ratio reaches
|
Specify share ratio. Seed completed torrents until share ratio reaches
|
||||||
|
|
Loading…
Reference in New Issue