fixed typo
This commit is contained in:
parent
0b529e8f96
commit
6f08cf84f0
|
@ -2002,7 +2002,7 @@ been successful yet, it's set to an empty string.</p>
|
|||
<p><tt class="docutils literal"><span class="pre">total_download</span></tt> and <tt class="docutils literal"><span class="pre">total_upload</span></tt> is the number of bytes downloaded and
|
||||
uploaded to all peers, accumulated, <em>this session</em> only.</p>
|
||||
<p><tt class="docutils literal"><span class="pre">total_payload_download</span></tt> and <tt class="docutils literal"><span class="pre">total_payload_upload</span></tt> counts the amount of bytes
|
||||
send and received this session, but only the actual oayload data (i.e the interesting
|
||||
send and received this session, but only the actual payload data (i.e the interesting
|
||||
data), these counters ignore any protocol overhead.</p>
|
||||
<p><tt class="docutils literal"><span class="pre">total_failed_bytes</span></tt> is the number of bytes that has been downloaded and that
|
||||
has failed the piece hash test. In other words, this is just how much crap that
|
||||
|
|
|
@ -1850,7 +1850,7 @@ been successful yet, it's set to an empty string.
|
|||
uploaded to all peers, accumulated, *this session* only.
|
||||
|
||||
``total_payload_download`` and ``total_payload_upload`` counts the amount of bytes
|
||||
send and received this session, but only the actual oayload data (i.e the interesting
|
||||
send and received this session, but only the actual payload data (i.e the interesting
|
||||
data), these counters ignore any protocol overhead.
|
||||
|
||||
``total_failed_bytes`` is the number of bytes that has been downloaded and that
|
||||
|
|
Loading…
Reference in New Issue