sof 0.18.2

Solana Observer Framework for low-latency shred ingestion and plugin-driven transaction observation
Documentation
1
2
3
4
5
6
7
8
9
10
mod control_plane;
mod driver;
mod packet_workers;

pub(super) use super::*;
#[cfg(feature = "gossip-bootstrap")]
pub(crate) use control_plane::ClusterTopologyTracker;
pub(super) use driver::run_async_with_hosts;
#[cfg(feature = "kernel-bypass")]
pub(super) use driver::run_async_with_hosts_and_kernel_bypass_ingress;