dont reopen tunnel to say goodbye to tracker

This commit is contained in:
zzz
2009-08-27 15:08:21 +00:00
parent 4bc5215833
commit 1f5d7d7b5b

View File

@ -313,9 +313,9 @@ public class TrackerClient extends I2PAppThread
try try
{ {
// try to contact everybody we can // try to contact everybody we can
// We don't need I2CP connection for eepget // Don't try to restart I2CP connection just to say goodbye
// if (!verifyConnected()) return;
for (Iterator iter = trackers.iterator(); iter.hasNext(); ) { for (Iterator iter = trackers.iterator(); iter.hasNext(); ) {
if (!verifyConnected()) return;
Tracker tr = (Tracker)iter.next(); Tracker tr = (Tracker)iter.next();
if (tr.started && (!tr.stop) && tr.trackerProblems == null) if (tr.started && (!tr.stop) && tr.trackerProblems == null)
doRequest(tr, infoHash, peerID, uploaded, doRequest(tr, infoHash, peerID, uploaded,