solana/gossip/src
Jon Cinque 79a8ecd0ac
client: Remove static connection cache, plumb it instead (#25667)
* client: Remove static connection cache, plumb it instead

* Add TpuClient::new_with_connection_cache to not break downstream

* Refactor get_connection and RwLock into ConnectionCache

* Fix merge conflicts from new async TpuClient

* Remove `ConnectionCache::set_use_quic`

* Move DEFAULT_TPU_USE_QUIC to client, use ConnectionCache::default()
2022-06-08 13:57:12 +02:00
..
cluster_info.rs Fix format alignment for cluster info trace (#25741) 2022-06-06 09:51:00 -05:00
cluster_info_metrics.rs
contact_info.rs fans out gossip pull-requests to many randomly selected peers (#25460) 2022-05-26 12:45:53 +00:00
crds.rs
crds_entry.rs
crds_gossip.rs fans out gossip pull-requests to many randomly selected peers (#25460) 2022-05-26 12:45:53 +00:00
crds_gossip_error.rs
crds_gossip_pull.rs fans out gossip pull-requests to many randomly selected peers (#25460) 2022-05-26 12:45:53 +00:00
crds_gossip_push.rs
crds_shards.rs
crds_value.rs
deprecated.rs
duplicate_shred.rs
epoch_slots.rs
gossip_error.rs
gossip_service.rs client: Remove static connection cache, plumb it instead (#25667) 2022-06-08 13:57:12 +02:00
lib.rs
main.rs
ping_pong.rs
weighted_shuffle.rs