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

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