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:
parent
d5f47f37d3
commit
c2c3b715f3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user