Package org.klomp.snark
Class PeerCheckerTask
java.lang.Object
org.klomp.snark.PeerCheckerTask
- All Implemented Interfaces:
Runnable
class PeerCheckerTask extends Object implements Runnable
TimerTask that checks for good/bad up/downloader. Works together
with the PeerCoordinator to select which Peers get (un)choked.
-
Constructor Summary
Constructors Constructor Description PeerCheckerTask(I2PSnarkUtil util, PeerCoordinator coordinator)
-
Method Summary
Modifier and Type Method Description void
run()
-
Constructor Details
-
PeerCheckerTask
PeerCheckerTask(I2PSnarkUtil util, PeerCoordinator coordinator)
-
-
Method Details