solana-with-rpc-optimizations/gossip/tests
behzad nouri a5c8c7c536
locks crds table only once to process push messages (#29218)
Processing push messages is locking and unlocking crds table for each
push message:
https://github.com/solana-labs/solana/blob/536b879aa/gossip/src/cluster_info.rs#L2266-L2276
https://github.com/solana-labs/solana/blob/536b879aa/gossip/src/crds_gossip_push.rs#L215C9-L260

This commit instead locks the crds table once for all the received push
messages.
2022-12-15 16:02:46 +00:00
..
cluster_info.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
crds_gossip.rs locks crds table only once to process push messages (#29218) 2022-12-15 16:02:46 +00:00
gossip.rs sdk: Make Packet::meta private, use accessor functions (#29092) 2022-12-06 12:54:49 +01:00