forked from I2P_Developers/i2p.i2p
* i2psnark:
- Add torrent auto-stop support; enable for update file - Add tunnel auto-close when no torrents are running - Log/msg tweaks on add/create failures
This commit is contained in:
@@ -190,6 +190,12 @@ class TrackerInfo
|
||||
return Math.max(pc, complete + incomplete - 1);
|
||||
}
|
||||
|
||||
/** @since 0.9.9 */
|
||||
public int getSeedCount()
|
||||
{
|
||||
return complete;
|
||||
}
|
||||
|
||||
public String getFailureReason()
|
||||
{
|
||||
return failure_reason;
|
||||
|
||||
Reference in New Issue
Block a user