novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Exponential backoff when connecting nodes doesn't work #527

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It still endlessly hammers on IP addresses.

To reproduce:
In Bitcoin Wallet, set the trusted peer to some random garbage. Check "skip 
regular peer discovery". After returning to the main screen, PeerGroup is 
restarted and hammering begins.

Original issue reported on code.google.com by andreas....@gmail.com on 27 Feb 2014 at 9:09

GoogleCodeExporter commented 9 years ago
I/BlockchainServiceImpl( 7189): [PeerGroup] trusted peer 'fhgg' only
I/PeerGroup( 7189): [PeerGroup] Peer discovery took 2msec and returned 0 items

I think the issue is that there is no backoff when the discovery returns zero 
items.

Original comment by andreas....@gmail.com on 27 Feb 2014 at 9:11

GoogleCodeExporter commented 9 years ago
This issue was closed by revision a2afe470c2ac.

Original comment by mh.in.en...@gmail.com on 1 Apr 2014 at 2:49

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 86e63fb048b1.

Original comment by andreas....@gmail.com on 22 Apr 2014 at 3:52