Zebra/zebra-network/src/peer_set
Arya 5367ccbc5c
fix(network): Reconnect with peers after brief network interruption (#7853)
* Fixes bug where Zebra won't reconnect to peers after brief loss of network connectivity

* only dial on timercrawl when theres a new address or zero active outbound conns
2023-10-27 06:13:16 +00:00
..
candidate_set fix(network): Avoid initiating outbound handshakes with IPs for which Zebra already has an active peer. (#7029) 2023-07-06 05:54:10 +00:00
initialize fix(network): Rate-limit inbound connections per IP. (#7041) 2023-07-14 02:26:46 +00:00
inventory_registry fix(log): Stop logging peer IP addresses, to protect user privacy (#6662) 2023-05-14 15:06:07 +00:00
set fix(network): Avoid initiating outbound handshakes with IPs for which Zebra already has an active peer. (#7029) 2023-07-06 05:54:10 +00:00
unready_service Delete outdated `TODOs` refering to closed issues (#6732) 2023-05-23 03:33:14 +00:00
candidate_set.rs fix(panic): Stop panicking on async task cancellation on shutdown in network and state futures (#7219) 2023-07-18 04:53:26 +00:00
initialize.rs fix(network): Reconnect with peers after brief network interruption (#7853) 2023-10-27 06:13:16 +00:00
inventory_registry.rs fix(log): Stop logging peer IP addresses, to protect user privacy (#6662) 2023-05-14 15:06:07 +00:00
limit.rs fix(log): Remove redundant startup logs, fix progress bar number, order, and wording (#7087) 2023-07-05 07:08:59 +00:00
set.rs fix(log): Remove redundant startup logs, fix progress bar number, order, and wording (#7087) 2023-07-05 07:08:59 +00:00
unready_service.rs fix(net): Clean up licensing, closure `move`, log typos, tracing spans (#6995) 2023-06-19 18:17:39 +00:00