solana/gossip
behzad nouri 27cc7577a1
skips process_push_message for local messages (#18493)
received_cache is not relevant for local messages, and does not need to
be updated:
https://github.com/solana-labs/solana/blob/92c5cdab6/gossip/src/crds_gossip_push.rs#L166-L189
2021-07-09 01:42:13 +00:00
..
benches implements an unbiased weighted shuffle using binary indexed tree (#18343) 2021-07-07 14:14:43 +00:00
src skips process_push_message for local messages (#18493) 2021-07-09 01:42:13 +00:00
tests encapsulates turbine peers computations of broadcast & retransmit stages (#18238) 2021-07-07 00:35:25 +00:00
.gitignore
Cargo.toml
build.rs