mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
PeerGroup: fix another regression with handling of disconnected peers
This commit is contained in:
@@ -1434,6 +1434,7 @@ public class PeerGroup implements TransactionBroadcaster {
|
|||||||
ipv6Unreachable = true;
|
ipv6Unreachable = true;
|
||||||
log.warn("IPv6 peer connect failed due to routing failure, ignoring IPv6 addresses from now on");
|
log.warn("IPv6 peer connect failed due to routing failure, ignoring IPv6 addresses from now on");
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
backoffMap.get(address).trackFailure();
|
backoffMap.get(address).trackFailure();
|
||||||
// Put back on inactive list
|
// Put back on inactive list
|
||||||
inactives.offer(address);
|
inactives.offer(address);
|
||||||
|
Reference in New Issue
Block a user