Zebra/zebra-network/src
Alfredo Garcia 5f772ebf65
Test for message broadcast to the right number of peers (#3284)
* create a test for message broadcast to peers

* remove dbg comment

* use `prop_assert_eq`

* use a random number of peers with constant version

* fix some docs

* check total peers is equal to active peers

* increase coverage

Co-authored-by: teor <teor@riseup.net>
2021-12-31 00:26:50 +00:00
..
address_book Security: Limit address book size to limit memory usage (#3162) 2021-12-06 16:09:10 -03:00
config Use the default port for configured listen addresses with no port (#2043) 2021-04-21 23:14:29 +00:00
meta_addr Fix an unrelated type resolution error (#3304) 2021-12-29 23:44:28 +00:00
peer Keep track of background peer tasks (#3253) 2021-12-22 01:35:38 +00:00
peer_set Test for message broadcast to the right number of peers (#3284) 2021-12-31 00:26:50 +00:00
protocol Test for message broadcast to the right number of peers (#3284) 2021-12-31 00:26:50 +00:00
address_book.rs Avoid deadlocks in the address book mutex (#3244) 2021-12-20 00:44:43 +00:00
address_book_updater.rs Avoid deadlocks in the address book mutex (#3244) 2021-12-20 00:44:43 +00:00
config.rs Fix task handling bugs, so peers are more likely to be available (#3191) 2021-12-20 09:02:31 +10:00
constants.rs Release Zebra v1.0.0-beta.3 (#3256) 2021-12-21 19:42:39 -03:00
isolated.rs Refactor addr v1 serialization using a separate AddrV1 type (#3021) 2021-11-10 06:47:50 +10:00
lib.rs Fix task handling bugs, so peers are more likely to be available (#3191) 2021-12-20 09:02:31 +10:00
meta_addr.rs Stop doing thousands of time checks each time we connect to a peer (#3106) 2021-12-03 15:09:43 -03:00
peer.rs Test for message broadcast to the right number of peers (#3284) 2021-12-31 00:26:50 +00:00
peer_set.rs Track the number of active inbound and outbound peer connections (#2912) 2021-10-21 21:36:42 +00:00
policies.rs Fix task handling bugs, so peers are more likely to be available (#3191) 2021-12-20 09:02:31 +10:00
protocol.rs Refactor protocol into internal, external modules. 2019-11-27 05:06:01 -05:00