zebra/zebrad
teor 92828bbb29 Reliability: send local listener address to peers
When peers ask for peer addresses, add our local listener address to the
set of addresses, sanitize, then truncate. Sanitize shuffles addresses,
so if there are lots of addresses in the address book, our address will
only be sent to some peers.
2021-05-18 14:02:19 +10:00
..
src Reliability: send local listener address to peers 2021-05-18 14:02:19 +10:00
systemd add systemd service file 2020-10-14 15:33:00 -04:00
tests Update a test comment 2021-04-07 19:25:31 +10:00
Cargo.toml Update version strings for Zebra v1.0.0-alpha.8 release (#2136) 2021-05-12 14:27:36 +02:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
build.rs Add the new commit count and git hash to the version (#2038) 2021-04-21 22:14:36 +00:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation