solana/streamer/src
ryleung-solana f6c22e9796 Make the quic server connection table use an async lock, reducing thrashing (#293)
Make the quic server connection table use an async lock, reducing lock contention
2024-03-20 16:25:25 -05:00
..
nonblocking Make the quic server connection table use an async lock, reducing thrashing (#293) 2024-03-20 16:25:25 -05:00
lib.rs Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
packet.rs Remove redundant inc_new_counter for num received packets (#32664) 2023-07-31 09:53:17 -06:00
quic.rs Rename and uniquify QUIC thread names (#28) 2024-03-09 13:23:06 -06: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 improve batch_send error handling (#33936) 2023-10-31 23:39:26 -07:00
socket.rs makes sockets in LegacyContactInfo private (#31248) 2023-04-21 15:39:16 +00:00
streamer.rs Give streamer::receiver() threads unique names (#35369) 2024-03-01 13:36:08 -06:00
tls_certificates.rs don't sign X.509 certs (#34896) 2024-01-28 16:17:46 -08:00