dnsseeder/zcash
George Tankersley 16d803bb86 zcash: fix retry logic
Previously, when a request timed out, that peer would not be removed
from the pending handshake signal map. Since the peer was still in the
map, any attempt to reconnect would fail since it would look like we
were already waiting on a response.
2020-06-09 11:39:09 -04:00
..
network initial commit 2019-10-09 18:32:15 -04:00
address_book.go zcash: fix blacklist behavior 2020-06-01 13:36:33 -04:00
client.go zcash: fix retry logic 2020-06-09 11:39:09 -04:00
client_callbacks.go zcash: fix retry logic 2020-06-09 11:39:09 -04:00
client_test.go zcash: recursively ask new peers for their address book 2020-05-29 17:46:05 -04:00
peer_map.go zcash: refactor address book and ensure type consistency for interface{} maps 2020-05-20 18:08:34 -04:00
storage.go initial commit 2019-10-09 18:32:15 -04:00