solana/gossip/src
steviez ec7ca411dd
Make PacketBatch packets vector non-public (#25413)
Upcoming changes to PacketBatch to support variable sized packets will
modify the internals of PacketBatch. So, this change removes usage of
the internal packet struct and instead uses accessors (which are
currently just wrappers of Vector functions but will change down the
road).
2022-05-23 15:30:15 -05:00
..
cluster_info.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00
cluster_info_metrics.rs replaces counters with datapoints in gossip metrics (#24451) 2022-04-18 23:14:59 +00:00
contact_info.rs Tpu vote 1.7 (#20187) (#20494) 2021-10-07 09:38:23 +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 replaces counters with datapoints in gossip metrics (#24451) 2022-04-18 23:14:59 +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 Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
crds_gossip_push.rs demotes WeightedShuffle failures to error metrics (#24079) 2022-04-03 16:20:06 +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 Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
epoch_slots.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
gossip_error.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
gossip_service.rs Block packets in vote-only mode (#24906) 2022-05-14 17:53:37 +02:00
lib.rs replaces counters with datapoints in gossip metrics (#24451) 2022-04-18 23:14:59 +00:00
main.rs passes through --allow-private-addr to validators in system perf tests (#18876) 2021-07-29 19:04:45 +00:00
ping_pong.rs
weighted_shuffle.rs removes legacy weighted_shuffle and weighted_best methods (#24125) 2022-04-05 19:19:22 +00:00