*** empty log message ***

This commit is contained in:
Arvid Norberg 2003-10-31 12:15:32 +00:00
parent d48b92cfb0
commit fe44ca9fdf
1 changed files with 2 additions and 2 deletions

View File

@ -510,7 +510,7 @@ current task is in the <tt>state</tt> member, it will be one of the following:
<table> <table>
<tr> <tr>
<td> <td>
<tt>queued_for_cecking</tt> <tt>queued_for_checking</tt>
</td> </td>
<td> <td>
The torrent is in the queue for being checked. But there currently is another The torrent is in the queue for being checked. But there currently is another
@ -581,7 +581,7 @@ struct peer_info
<p> <p>
The <tt>flags</tt> attribute tells you in which state the peer is. It is set to The <tt>flags</tt> attribute tells you in which state the peer is. It is set to
any combination of the four enums above. Where <tt>interesting</tt> means that we any combination of the four enums above. Where <tt>interesting</tt> means that we
are interested in pieces from this peer. <tt>choked</tt> means that <u>we</u> has are interested in pieces from this peer. <tt>choked</tt> means that <u>we</u> have
choked this peer. <tt>remote_interested</tt> and <tt>remote_choked</tt> means the choked this peer. <tt>remote_interested</tt> and <tt>remote_choked</tt> means the
same thing but that the peer is interested in pieces from us and the peer has choked same thing but that the peer is interested in pieces from us and the peer has choked
<u>us</u>. <u>us</u>.