Zebra/zebra-network/src
Henry de Valence c7e0d63bed Export the BoxedZebraService type alias.
This gives API consumers a convenient name, and makes the Rustdoc output
significantly cleaner (because `init` can return a `BoxedZebraService`, not a
`Box<dyn ...ManyTypeConstraints.......>`.
2019-10-18 16:11:01 -07:00
..
peer Add tracing output on unhandled peer requests 2019-10-18 16:11:01 -07:00
peer_set Move PeerSet setup logic into a peer_set::init() 2019-10-18 16:11:01 -07:00
protocol Ascii-fy the command string in message header trace 2019-10-17 13:22:33 -04:00
config.rs Add a peer listener task. 2019-10-18 16:11:01 -07:00
constants.rs Add a timeout to the `PeerServer` event loop. 2019-10-15 14:49:11 -04:00
lib.rs Export the BoxedZebraService type alias. 2019-10-18 16:11:01 -07:00
meta_addr.rs Replace PeerServices(u64) with a bitflags struct. 2019-10-01 01:07:56 -04:00
network.rs Add fields to zebra-network Config. 2019-10-18 16:11:01 -07:00
peer.rs Add a Mutex<HashSet<Nonce>> to detect self-conns. 2019-10-17 09:34:18 -07:00
peer_set.rs Export the BoxedZebraService type alias. 2019-10-18 16:11:01 -07:00
protocol.rs Initial tower-based peer implementation. (#17) 2019-10-07 15:36:16 -07:00
timestamp_collector.rs Remove async-await feature of futures. 2019-10-15 14:49:11 -04:00