forked from I2P_Developers/i2p.i2p
I2PSnark: Fix torrent-stopping (#766)
This commit is contained in:
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 15;
|
||||
public final static long BUILD = 16;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
@@ -68,7 +68,7 @@ class IterativeLookupJob extends JobImpl {
|
||||
}
|
||||
RouterInfo ri = getContext().netDb().lookupRouterInfoLocally(peer);
|
||||
if (ri == null) {
|
||||
// Take it on faith that its ff to speed things up, we don't need the RI
|
||||
// Take it on faith that it's ff to speed things up, we don't need the RI
|
||||
// to query it.
|
||||
// Zero-hop outbound tunnel will be failed in ISJ.sendQuery()
|
||||
_search.newPeerToTry(peer);
|
||||
|
Reference in New Issue
Block a user