mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 06:47:54 +01:00
PeerGroup: fix another regression with handling of disconnected peers
This commit is contained in:
parent
d5f47f37d3
commit
c2c3b715f3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue