Logo
Explore Help
Sign In
gaspersic/solana
1
0
Fork 0
You've already forked solana
Code Issues Pull Requests Projects Releases Wiki Activity
Files
v0.11
solana/src/crds_gossip_error.rs

10 lines
193 B
Rust
Raw Permalink Normal View History

Add scalable gossip library (#1546) * Cluster Replicated Data Store Separate the data storage and merge strategy from the network IO boundary. Implement an eager push overlay for transporting recent messages. Simulation shows fast convergence with 20k nodes.
2018-11-15 13:23:26 -08:00
#[derive(PartialEq, Debug)]
pub enum CrdsGossipError {
NoPeers,
PushMessageTimeout,
PushMessagePrune,
PushMessageOldVersion,
Add signature verification to gossip (#1937)
2018-12-01 12:00:30 -08:00
BadPruneDestination,
PruneMessageTimeout,
Add scalable gossip library (#1546) * Cluster Replicated Data Store Separate the data storage and merge strategy from the network IO boundary. Implement an eager push overlay for transporting recent messages. Simulation shows fast convergence with 20k nodes.
2018-11-15 13:23:26 -08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 83ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API