Example #1
0
File: Peer.java Project: hilbix/i2p
 /** Tell the peer we have another piece. */
 public void have(int piece) {
   PeerState s = state;
   if (s != null) s.havePiece(piece);
 }