- Delay during StopAll so we don't close the tunnel before the

stopped announces go out and reopen it
- Logging tweaks
This commit is contained in:
zzz
2010-10-30 15:30:14 +00:00
parent 643687472a
commit f170baab3f
3 changed files with 6 additions and 1 deletions

View File

@@ -268,7 +268,7 @@ public class TrackerClient extends I2PAppThread
List ordered = new ArrayList(peers);
Collections.shuffle(ordered, r);
Iterator it = ordered.iterator();
while (it.hasNext()) {
while ((!stop) && it.hasNext()) {
Peer cur = (Peer)it.next();
// FIXME if id == us || dest == us continue;
// only delay if we actually make an attempt to add peer