mapa17 / Eruliaf

A BitTorrent like overlay peer simulator
GNU General Public License v3.0
1 stars 0 forks source link

Improved Peer dropping #55

Closed mapa17 closed 12 years ago

mapa17 commented 12 years ago

Improve PeerC1._dropPeers() to first drop peers that we have no interest in and only if this is not enough, drop others.

mapa17 commented 12 years ago

Now only peers that are not interested in the local peer, or the other way around, and peers that currently not download or upload data are being dropped.