forked from I2P_Developers/i2p.i2p
I2PSnark: Don't let tunnels start unless we're starting torrents (regression, #766)
This commit is contained in:
@@ -297,7 +297,7 @@ public class Peer implements Comparable<Peer>
|
||||
|
||||
if (_log.shouldLog(Log.DEBUG))
|
||||
_log.debug("Start running the reader with " + toString());
|
||||
// Use this thread for running the incomming connection.
|
||||
// Use this thread for running the incoming connection.
|
||||
// The outgoing connection creates its own Thread.
|
||||
out.startup();
|
||||
Thread.currentThread().setName("Snark reader from " + peerID);
|
||||
|
||||
Reference in New Issue
Block a user