solana-with-rpc-optimizations/core
behzad nouri 7f4debdad5
drops older gossip packets when load shedding (#13364)
Gossip drops incoming packets when overloaded:
https://github.com/solana-labs/solana/blob/f6a73098a/core/src/cluster_info.rs#L2462-L2475
However newer packets are dropped in favor of the older ones.
This is probably not ideal as newer packets are more likely to contain
more recent data, so dropping them will keep the validator state
lagging.
2020-11-05 17:14:28 +00:00
..
benches
src drops older gossip packets when load shedding (#13364) 2020-11-05 17:14:28 +00:00
tests
.gitignore
Cargo.toml
build.rs