Zebra/zebra-network/src
Deirdre Connolly 4d3ab201e6 seed command seems to be functional
Moved SeedService out of the command closure Command currently spawns
a tokio task to DOS the seed service with `Request::GetPeers` every
second.

Pertains to #54
2019-11-12 22:39:47 -05:00
..
peer seed command seems to be functional 2019-11-12 22:39:47 -05:00
peer_set Remove stub discover module. 2019-10-22 19:06:08 -07:00
protocol Inside tokio::spawn, loop over Iterator stream and send ClientRequest 2019-10-21 15:55:18 -04:00
address_book.rs Suppress unused import warnings. 2019-10-22 19:06:08 -07:00
config.rs Keep sets of initial peers as Strings in config file 2019-11-12 22:39:47 -05:00
constants.rs Add useful docstrings 2019-10-21 15:55:18 -04:00
lib.rs Add a PeerConnector wrapper around PeerHandshake 2019-10-22 19:06:08 -07:00
meta_addr.rs Rewrite AddressBook to use a BTreeSet. 2019-10-21 14:40:03 -04:00
network.rs Add fields to zebra-network Config. 2019-10-18 16:11:01 -07:00
peer.rs Add a PeerConnector wrapper around PeerHandshake 2019-10-22 19:06:08 -07:00
peer_set.rs Default init seed nodes based on network choice 2019-11-12 22:39:47 -05:00
protocol.rs Initial tower-based peer implementation. (#17) 2019-10-07 15:36:16 -07:00
timestamp_collector.rs Add an explicit tracing span to each address book. 2019-10-22 19:06:08 -07:00