solana/streamer/src
Lijun Wang ecea802fe6
Bidirectional quic communication support (#29155)
* Support bi-directional quic communication, use the same endpoint for the quic server and client
This is needed for supporting using quic for repair

* Added comments on the bi-directional communication tests

* Removed some debug logs

* clippy issue
2022-12-09 10:59:43 -08:00
..
nonblocking Bidirectional quic communication support (#29155) 2022-12-09 10:59:43 -08:00
lib.rs Move QUIC TLS certificate code in its own file (#26569) 2022-07-12 13:34:37 -07:00
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 Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
streamer.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
tls_certificates.rs Move QUIC TLS certificate code in its own file (#26569) 2022-07-12 13:34:37 -07:00