
sendmmsg
Transmit multiple messages using one system call in Rust
0 followers
This crate provides a convenient approach for transmitting multiple messages using one system call (but only on Linux-based operating systems), which will increase performance for large data sets. TCP and UDP protocols are supported.