solana/streamer/src
Lijun Wang d1cf4ced3d
quic test timeout fix (#29260)
Allow longer chunk receive timeout without impacting testing the stream exit condition for unit tests. The exit is periodically checked, we will break only when the total allowed chunk receive timed out. The start time is reset when a new chunk is received.
2022-12-16 14:26:04 -08:00
..
nonblocking quic test timeout fix (#29260) 2022-12-16 14:26:04 -08:00
lib.rs
packet.rs sdk: Make Packet::meta private, use accessor functions (#29092) 2022-12-06 12:54:49 +01:00
quic.rs Bidirectional quic communication support (#29155) 2022-12-09 10:59:43 -08:00
recvmmsg.rs sdk: Make Packet::meta private, use accessor functions (#29092) 2022-12-06 12:54:49 +01:00
sendmmsg.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
socket.rs
streamer.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
tls_certificates.rs