zebra/zebra-network
teor bcd5f2c50d
Gossip dynamic local listener ports to peers (#2277)
* Gossip dynamically allocated listener ports to peers

Previously, Zebra would either gossip port `0`, which is invalid, or skip
gossiping its own dynamically allocated listener port.

* Improve "no configured peers" warning

And downgrade from error to warning, because inbound-only nodes are a
valid use case.

* Move random_known_port to zebra-test

* Add tests for dynamic local listener ports and the AddressBook

Co-authored-by: Janito Vaqueiro Ferreira Filho <janito.vff@gmail.com>
2021-06-23 07:59:06 +10:00
..
proptest-regressions Security: only apply the outbound connection rate-limit to actual connections (#2278) 2021-06-15 08:29:17 +10:00
src Gossip dynamic local listener ports to peers (#2277) 2021-06-23 07:59:06 +10:00
Cargo.toml Upgrade to pin_project 1.0.7 to resolve nightly warnings 2021-06-21 15:52:39 -04:00