Home
last modified time | relevance | path

Searched defs:peerInterested (Results 1 – 4 of 4) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A DBtLeecherStateChoke.h98 PeerFilter(bool amChoking, bool peerInterested) in PeerFilter()
H A DPeerSessionResource.h109 bool peerInterested() const { return peerInterested_; } in peerInterested() function
H A DPeer.cc126 bool Peer::peerInterested() const in peerInterested() function in aria2::Peer
132 void Peer::peerInterested(bool b) in peerInterested() function in aria2::Peer
H A DPeerSessionResource.cc81 void PeerSessionResource::peerInterested(bool b) { peerInterested_ = b; } in peerInterested() function in aria2::PeerSessionResource