solana-streamer 4.1.2

Solana Streamer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#![cfg(feature = "agave-unstable-api")]
#![allow(clippy::arithmetic_side_effects)]
pub mod evicting_sender;
pub mod msghdr;
pub mod nonblocking;
pub mod packet;
pub mod quic;
pub mod quic_socket;
pub mod recvmmsg;
pub mod sendmmsg;
pub mod streamer;

#[macro_use]
extern crate log;

#[macro_use]
extern crate solana_metrics;