solana/streamer/src
steviez ec7ca411dd
Make PacketBatch packets vector non-public (#25413)
Upcoming changes to PacketBatch to support variable sized packets will
modify the internals of PacketBatch. So, this change removes usage of
the internal packet struct and instead uses accessors (which are
currently just wrappers of Vector functions but will change down the
road).
2022-05-23 15:30:15 -05:00
..
nonblocking renames Packet Meta::{,set_}addr methods to {,set_}socket_addr (#25478) 2022-05-23 15:48:59 +00:00
lib.rs streamer: Add nonblocking versions of sendmmsg / recvmmsg (#25415) 2022-05-20 22:40:40 +02:00
packet.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00
quic.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00
recvmmsg.rs renames Packet Meta::{,set_}addr methods to {,set_}socket_addr (#25478) 2022-05-23 15:48:59 +00:00
sendmmsg.rs chore: bump nix from 0.23.1 to 0.24.0 (#24548) 2022-04-22 01:41:11 +00:00
socket.rs Fix derive_partial_eq_without_eq clippy lint 2022-05-22 22:22:21 -07:00
streamer.rs Make PacketBatch packets vector non-public (#25413) 2022-05-23 15:30:15 -05:00