Uses of Class
org.klomp.snark.MagnetState
Package
Description
I2P version of the snark bittorrent client, imported in 2005 and heavily enhanced
to add a web UI, DHT support, and other features.
-
Uses of MagnetState in org.klomp.snark
Modifier and TypeFieldDescription(package private) MagnetState
Peer.magnetState
shared across all peers on this torrentModifier and TypeMethodDescriptionPeer.getMagnetState()
Shared state across all peers, callers must sync on returned objectModifier and TypeMethodDescriptionvoid
Peer.runConnection
(I2PSnarkUtil util, PeerListener listener, BandwidthListener bwl, BitField bitfield, MagnetState mState, boolean uploadOnly) Runs the connection to the other peer.void
WebPeer.runConnection
(I2PSnarkUtil util, PeerListener listener, BandwidthListener bwl, BitField ignore, MagnetState mState, boolean uploadOnly) Runs the connection to the other peer.