solana/core
behzad nouri 88599fd760
skips shreds deserialization before retransmit (#26230)
Fully deserializing shreds in window-service before sending them to
retransmit stage adds latency to shreds propagation.
This commit instead channels through the payload and relies on only
partial deserialization of a few required fields: slot, shred-index,
shred-type.
2022-06-30 12:13:00 +00:00
..
benches skips shreds deserialization before retransmit (#26230) 2022-06-30 12:13:00 +00:00
src skips shreds deserialization before retransmit (#26230) 2022-06-30 12:13:00 +00:00
tests Remove StatusCacheRc type and use StatusCache directly (#26184) 2022-06-24 08:38:56 -05:00
.gitignore
Cargo.toml Enable wire compression in Solana CLI and Rust client (#26236) 2022-06-27 15:38:07 -07:00
build.rs Remove frozen ABI modules from solana-sdk 2020-10-20 16:11:30 -07:00