sof 0.17.1

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

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