forked from premiere/premiere-libtorrent
fixed multitracker links
This commit is contained in:
parent
6aa9d5fa52
commit
cb3958c91b
|
@ -35,7 +35,7 @@ extensions
|
|||
* supports the uTorrent metadata transfer protocol `BEP 9`_ (i.e. magnet links).
|
||||
* supports the uTorrent peer exchange protocol (PEX).
|
||||
* supports local peer discovery (multicasts for peers on the same local network)
|
||||
* multitracker extension support (supports both strict `BEP 12`_ and the
|
||||
* multitracker extension support (supports both strict `BEP 12`_ and the
|
||||
uTorrent interpretation).
|
||||
* tracker scrapes
|
||||
* supports lt_trackers extension, to exchange trackers between peers
|
||||
|
|
|
@ -62,7 +62,7 @@ libtorrent
|
|||
.. _`DHT extensions`: dht_extensions.html
|
||||
.. _`UDP tracker protocol`: udp_tracker_protocol.html
|
||||
.. _`HTTP seed`: http://www.getright.com/seedtorrent.html
|
||||
.. _multitracker: http://home.elp.rr.com/tur/multitracker-spec.txt
|
||||
.. _multitracker: http://bittorrent.org/beps/bep_0012.html
|
||||
.. _mailing list: http://lists.sourceforge.net/lists/listinfo/libtorrent-discuss
|
||||
.. _archive: http://dir.gmane.org/gmane.network.bit-torrent.libtorrent
|
||||
.. _`who's using libtorrent?`: projects.html
|
||||
|
|
Loading…
Reference in New Issue