solana/gossip/src
Tyera c32377b5af
Split out quic- and udp-client definitions (#28762)
* Move ConnectionCache back to solana-client, and duplicate ThinClient, TpuClient there

* Dedupe thin_client modules

* Dedupe tpu_client modules

* Move TpuClient to TpuConnectionCache

* Move ThinClient to TpuConnectionCache

* Move TpuConnection and quic/udp trait implementations back to solana-client

* Remove enum_dispatch from solana-tpu-client

* Move udp-client to its own crate

* Move quic-client to its own crate
2022-11-18 12:21:45 -07:00
..
cluster_info.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
cluster_info_metrics.rs counts gossip packets received before excess packets are dropped (#28086) 2022-09-27 13:43:35 +00:00
contact_info.rs fans out gossip pull-requests to many randomly selected peers (#25460) 2022-05-26 12:45:53 +00:00
crds.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
crds_entry.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
crds_gossip.rs pings peers before sending push messages (#28537) 2022-10-25 00:01:23 +00:00
crds_gossip_error.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
crds_gossip_pull.rs clippy for rust 1.65.0 (#28765) 2022-11-09 19:39:38 +00:00
crds_gossip_push.rs pings peers before sending push messages (#28537) 2022-10-25 00:01:23 +00:00
crds_shards.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
crds_value.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
deprecated.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
duplicate_shred.rs caches reed-solomon encoder/decoder instance (#27510) 2022-09-25 18:09:47 +00:00
epoch_slots.rs removes erroneous uses of std::mem::swap (#26536) 2022-07-11 11:33:15 +00:00
gossip_error.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
gossip_service.rs Split out quic- and udp-client definitions (#28762) 2022-11-18 12:21:45 -07:00
lib.rs replaces counters with datapoints in gossip metrics (#24451) 2022-04-18 23:14:59 +00:00
main.rs
ping_pong.rs enforces hash domain for ping-pong protocol (#28433) 2022-10-18 18:17:12 +00:00
weighted_shuffle.rs removes legacy weighted_shuffle and weighted_best methods (#24125) 2022-04-05 19:19:22 +00:00