3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +00:00

PeerGroup: fix another regression with handling of disconnected peers

This commit is contained in:
Mike Hearn 2015-01-27 18:39:46 +01:00
parent d5f47f37d3
commit c2c3b715f3

View File

@ -1434,6 +1434,7 @@ public class PeerGroup implements TransactionBroadcaster {
ipv6Unreachable = true;
log.warn("IPv6 peer connect failed due to routing failure, ignoring IPv6 addresses from now on");
}
} else {
backoffMap.get(address).trackFailure();
// Put back on inactive list
inactives.offer(address);