Function solana_streamer::sendmmsg::multi_target_send

source ยท
pub fn multi_target_send<S, T>(
    sock: &UdpSocket,
    packet: T,
    dests: &[S],
) -> Result<(), SendPktsError>
where S: Borrow<SocketAddr>, T: AsRef<[u8]>,