Package | Description |
---|---|
org.klomp.snark |
Modifier and Type | Field and Description |
---|---|
(package private) MagnetState |
Peer.magnetState
shared across all peers on this torrent
|
Modifier and Type | Method and Description |
---|---|
MagnetState |
Peer.getMagnetState()
Shared state across all peers, callers must sync on returned object
|
Modifier and Type | Method and Description |
---|---|
void |
Peer.runConnection(I2PSnarkUtil util,
PeerListener listener,
BitField bitfield,
MagnetState mState)
Runs the connection to the other peer.
|