* i2psnark:

- More listing fixes (more thanks to 'backup')
      - Start end game a little sooner
This commit is contained in:
zzz
2010-06-01 22:19:10 +00:00
parent 4a863f8ce7
commit cd35b219db
5 changed files with 13 additions and 4 deletions

View File

@ -388,6 +388,7 @@ public class Peer implements Comparable
* Sets whether or not we are interested in pieces from this peer.
* Defaults to false. When interest is true and this peer unchokes
* us then we start downloading from it. Has no effect when not connected.
* @deprecated unused
*/
public void setInteresting(boolean interest)
{