solana/streamer
behzad nouri c078ca3fb3
uses sendmmsg in streamer (#23062)
packet::send_to sends packets one by one:
https://github.com/solana-labs/solana/blob/9213fcb11/streamer/src/packet.rs#L63-L75

sendmmsg uses a single system call for multiple messages:
https://github.com/solana-labs/solana/blob/9213fcb11/streamer/src/sendmmsg.rs#L94
2022-02-11 13:36:50 +00:00
..
src uses sendmmsg in streamer (#23062) 2022-02-11 13:36:50 +00:00
tests patches bug in recv_mmsg when npkts != nrecv 2022-01-04 21:06:59 +00:00
Cargo.toml chore: bump libc from 0.2.115 to 0.2.117 (#23034) 2022-02-09 16:49:44 -07:00