forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
fb8a1bb495
commit
894d228c66
|
@ -109,7 +109,7 @@ party. (i.e. real tit for tat)</li>
|
|||
of a resumed torrent. Saves the storage state, piece_picker state as well as all local
|
||||
peers in a separate fast-resume file.</li>
|
||||
<li>supports the extension protocol <a class="reference" href="http://nolar.com/azureus/extended.htm">described by Nolar</a>. See <a class="reference" href="#extensions">extensions</a>.</li>
|
||||
<li>supports files > 2 gigabytes (currently only on windows).</li>
|
||||
<li>supports files > 2 gigabytes.</li>
|
||||
<li>supports the <tt class="literal"><span class="pre">no_peer_id=1</span></tt> extension that will ease the load off trackers.</li>
|
||||
<li>supports the <a class="reference" href="udp_tracker_protocol.html">udp-tracker protocol</a> by Olaf van der Spek.</li>
|
||||
<li>possibility to limit the number of connections.</li>
|
||||
|
|
|
@ -38,7 +38,7 @@ The current state includes the following features:
|
|||
of a resumed torrent. Saves the storage state, piece_picker state as well as all local
|
||||
peers in a separate fast-resume file.
|
||||
* supports the extension protocol `described by Nolar`__. See extensions_.
|
||||
* supports files > 2 gigabytes (currently only on windows).
|
||||
* supports files > 2 gigabytes.
|
||||
* supports the ``no_peer_id=1`` extension that will ease the load off trackers.
|
||||
* supports the `udp-tracker protocol`__ by Olaf van der Spek.
|
||||
* possibility to limit the number of connections.
|
||||
|
|
Loading…
Reference in New Issue