zebra/zebrad
Henry de Valence 027bdc8465 Rework initial crawler logic.
This splits out the connection handling code into a try_connect closure, which
could be refactored into a Service of its own.

On creation, when we are likely to have very few peers, launch many concurrent
connections to the first few candidates in the initial candidate set, before
continuing to grow the peer set according to demand signals.
2019-10-22 19:06:08 -07:00
..
src Rework initial crawler logic. 2019-10-22 19:06:08 -07:00
tests Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
Cargo.toml Remove async-await feature of futures. 2019-10-15 14:49:11 -04:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07: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