[][src]Function solana_perf::packet::to_packets_with_destination

pub fn to_packets_with_destination<T: Serialize>(
    recycler: PacketsRecycler,
    dests_and_data: &[(SocketAddr, T)]
) -> Packets