Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uses sendmmsg in streamer (solana-labs#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
- Loading branch information