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 scans crds table in parallel for finding old labels (#13073) 2020-10-23 14:17:37 +00:00
src drops older gossip packets when load shedding (#13364) 2020-11-05 17:14:28 +00:00
tests shares the lock on gossip when processing prune messages (#13339) 2020-11-05 15:42:00 +00:00
.gitignore
Cargo.toml Bump spl-token and spl-memo crate versions 2020-11-04 21:44:33 +00:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00