Function batch_send_max_iov

Source
pub fn batch_send_max_iov<S, T>(
    sock: &UdpSocket,
    packets: &[(T, S)],
) -> Result<(), SendPktsError>
where S: Borrow<SocketAddr>, T: AsRef<[u8]>,