solana/core
behzad nouri 1ffab5de77
breaks prunes data into chunks to fit into packets (#13613)
Validator logs show that prune messages are dropped because they exceed
packet data size:
https://github.com/solana-labs/solana/blob/f25c969ad/perf/src/packet.rs#L90-L92
This can exacerbate gossip traffic by redundantly increasing push
messages across network. The workaround is to break prunes into smaller
chunks and send over in multiple messages.
2020-11-19 16:38:01 +00:00
..
benches indexes nodes' contact infos in crds table (#13553) 2020-11-15 16:38:04 +00:00
src breaks prunes data into chunks to fit into packets (#13613) 2020-11-19 16:38:01 +00:00
tests Improve TestValidator instantiation (#13627) 2020-11-16 23:27:36 -07:00
.gitignore tmp dirs target to farf (#5079) 2019-07-12 18:28:42 -07:00
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