Zebra/zebra-network
Henry de Valence 8000f888fd Connect to multiple peers concurrently.
The previous outbound peer connection logic got requests to connect to new
peers and processed them one at a time, making single connection attempts
and retrying if the connection attempt failed.  This was quite slow, because
many connections fail, and we have to wait for timeouts.  Instead, this logic
connects to new peers concurrently (up to 50 at a time).
2020-02-14 18:23:41 -05:00
..
proptest-regressions/protocol Add proptest regressions file 2020-01-28 03:48:23 -05:00
src Connect to multiple peers concurrently. 2020-02-14 18:23:41 -05:00
Cargo.toml Bump indexmap from 1.3.1 to 1.3.2 2020-02-05 14:14:51 -05:00