Zebra/zebra-network/src/peer_set
teor ad7af3e2d8
fix(net): Clean up licensing, closure `move`, log typos, tracing spans (#6995)
* Remove a redundant outbound connector timeout

* Fix panics in inbound connection handshaker

* Refactor to simplify FuturesUnordered types

* Make licensing notes consistent

* Delete redundant `move` in closures

* Fix a log typo

* Add some missing tracing spans
2023-06-19 18:17:39 +00:00
..
candidate_set fix(net): Avoid potential concurrency bugs in outbound handshakes (#6869) 2023-06-08 23:43:03 +00:00
initialize fix(handshake): Add extra timeout logging to peer TCP connections (#6969) 2023-06-15 21:11:24 +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): Limit number of peer connections per IP address, Ignore new peer connections from the same IP and port (#6980) 2023-06-19 00:53:00 +00:00
unready_service Delete outdated `TODOs` refering to closed issues (#6732) 2023-05-23 03:33:14 +00:00
candidate_set.rs fix(net): Avoid potential concurrency bugs in outbound handshakes (#6869) 2023-06-08 23:43:03 +00:00
initialize.rs fix(net): Clean up licensing, closure `move`, log typos, tracing spans (#6995) 2023-06-19 18:17:39 +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: prevent progress bar from panicking using workaround (#6940) 2023-06-14 19:07:02 +00:00
set.rs fix(net): Clean up licensing, closure `move`, log typos, tracing spans (#6995) 2023-06-19 18:17:39 +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