fixed typo on features page
This commit is contained in:
parent
0d959ed697
commit
8aaed9680e
|
@ -141,7 +141,7 @@ piece's hash is verified the first time it is requested.</li>
|
||||||
<div class="section" id="network">
|
<div class="section" id="network">
|
||||||
<h2>network</h2>
|
<h2>network</h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>a high quality uTP implementation (<a href="#id17"><span class="problematic" id="id18">BEP29_</span></a>). A transport protocol with
|
<li>a high quality uTP implementation (<a class="reference external" href="http://bittorrent.org/beps/bep_0029.html">BEP 29</a>). A transport protocol with
|
||||||
delay based congestion control. See separate <a class="reference external" href="utp.html">article</a>.</li>
|
delay based congestion control. See separate <a class="reference external" href="utp.html">article</a>.</li>
|
||||||
<li>adjusts the length of the request queue depending on download rate.</li>
|
<li>adjusts the length of the request queue depending on download rate.</li>
|
||||||
<li>serves multiple torrents on a single port and in a single thread</li>
|
<li>serves multiple torrents on a single port and in a single thread</li>
|
||||||
|
@ -391,12 +391,6 @@ epoll on linux and kqueue on MacOS X and BSD.</p>
|
||||||
<li>GCC 2.95.4</li>
|
<li>GCC 2.95.4</li>
|
||||||
<li>msvc6</li>
|
<li>msvc6</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
<div class="system-messages section">
|
|
||||||
<h1>Docutils System Messages</h1>
|
|
||||||
<div class="system-message" id="id17">
|
|
||||||
<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">features.rst</tt>, line 82); <em><a href="#id18">backlink</a></em></p>
|
|
||||||
Unknown target name: "bep29".</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
|
|
@ -79,7 +79,7 @@ disk management
|
||||||
network
|
network
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* a high quality uTP implementation (BEP29_). A transport protocol with
|
* a high quality uTP implementation (`BEP 29`_). A transport protocol with
|
||||||
delay based congestion control. See separate article_.
|
delay based congestion control. See separate article_.
|
||||||
* adjusts the length of the request queue depending on download rate.
|
* adjusts the length of the request queue depending on download rate.
|
||||||
* serves multiple torrents on a single port and in a single thread
|
* serves multiple torrents on a single port and in a single thread
|
||||||
|
|
Loading…
Reference in New Issue