- Thread magnet start if not connected

- Don't lose all DHT peers if we stop quickly
- Explore a kbucket if it's less than 3/4 full
- Change release torrent file names
This commit is contained in:
zzz
2012-10-23 19:34:35 +00:00
parent bb2363f68a
commit 2f69d16828
5 changed files with 13 additions and 7 deletions

View File

@@ -959,7 +959,7 @@ public class SnarkManager implements CompleteListener {
_snarks.put(name, torrent);
}
if (autoStart) {
torrent.startTorrent();
startTorrent(ih);
addMessage(_("Fetching {0}", name));
DHT dht = _util.getDHT();
boolean shouldWarn = _util.connected() &&