solana/gossip/src
behzad nouri ded457cd73
embeds the new gossip ContactInfo in ClusterInfo (#30022)
Working towards replacing the legacy gossip contact-info with the new
one, the commit updates the respective field in gossip cluster-info.
2023-02-10 20:07:45 +00:00
..
cluster_info.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
cluster_info_metrics.rs adds new contact-info with forward compatible sockets (#29596) 2023-01-26 17:02:18 +00:00
contact_info.rs expands api parity between the new and the legacy contact-info (#30038) 2023-02-01 13:07:42 +00:00
crds.rs Use Ipv4Addr constants in socketaddr! (#30095) 2023-02-02 16:48:21 -07:00
crds_entry.rs
crds_gossip.rs records outdated gossip crds upserts in received-cache (#29973) 2023-01-29 17:53:04 +00:00
crds_gossip_error.rs
crds_gossip_pull.rs reduces number of gossip pull requests/responses (#29974) 2023-01-30 17:59:56 +00:00
crds_gossip_push.rs reduces number of gossip pull requests/responses (#29974) 2023-01-30 17:59:56 +00:00
crds_shards.rs
crds_value.rs adds new contact-info with forward compatible sockets (#29596) 2023-01-26 17:02:18 +00:00
deprecated.rs
duplicate_shred.rs flattens the internal buffer in the duplicate-shreds handler (#30196) 2023-02-09 16:33:20 +00:00
duplicate_shred_handler.rs caches blockstore duplicate shreds slots (#30241) 2023-02-10 18:19:57 +00:00
duplicate_shred_listener.rs asserts that cluster-info keypair is consistent with contact-info id (#29818) 2023-01-24 16:57:55 +00:00
epoch_slots.rs
gossip_error.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
gossip_service.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
legacy_contact_info.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
lib.rs adds new contact-info with forward compatible sockets (#29596) 2023-01-26 17:02:18 +00:00
main.rs Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
ping_pong.rs removes legacy retransmit tests (#29817) 2023-01-21 22:28:48 +00:00
push_active_set.rs records outdated gossip crds upserts in received-cache (#29973) 2023-01-29 17:53:04 +00:00
received_cache.rs records outdated gossip crds upserts in received-cache (#29973) 2023-01-29 17:53:04 +00:00
weighted_shuffle.rs