solana-with-rpc-optimizations/streamer/src
behzad nouri 8556a40ee0
removes duplicate connection-table arguments (#31172)
prune_unstaked_connections_and_add_new_connection unnecessarily receives both
MutexGuard<ConnectionTable> and Arc<Mutex<ConnectionTable>>.
2023-04-12 20:39:29 +00:00
..
nonblocking removes duplicate connection-table arguments (#31172) 2023-04-12 20:39:29 +00:00
lib.rs
packet.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
quic.rs passes through concrete QUIC connection errors up the call stack (#31168) 2023-04-12 19:53:25 +00:00
recvmmsg.rs Add `MSG_WAITFORONE.try_into().unwrap()` to deal with different type signature on musl libc (#29369) 2023-01-25 13:40:14 +01:00
sendmmsg.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
socket.rs embeds the new gossip ContactInfo in ClusterInfo (#30022) 2023-02-10 20:07:45 +00:00
streamer.rs reworks streamer::StakedNodes (#31082) 2023-04-10 17:07:40 +00:00
tls_certificates.rs passes through concrete QUIC connection errors up the call stack (#31168) 2023-04-12 19:53:25 +00:00