Exemplo n.º 1
0
Arquivo: Peer.java Projeto: hilbix/i2p
 /** Tell the peer we have another piece. */
 public void have(int piece) {
   PeerState s = state;
   if (s != null) s.havePiece(piece);
 }