Zebra/zebrad/src
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
..
bin/zebrad Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
commands Rework initial crawler logic. 2019-10-22 19:06:08 -07:00
components Use try_bind when building tracing endpoint. 2019-09-30 21:30:36 -04:00
application.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
commands.rs Add a config command. 2019-10-18 21:00:01 -04:00
components.rs Tracing endpoint (#3) 2019-09-09 13:05:42 -07:00
config.rs Add a `Config` struct to zebra-network. 2019-10-08 23:34:16 -04:00
error.rs Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00
lib.rs nit: suppress async_await nightly warning. 2019-09-27 20:41:45 -04:00
prelude.rs Restore PeerSet code in connect stub. 2019-10-17 09:34:18 -07:00