async fn start_outgoing_packet_pipeline<AppOut, E, WOut, WOutErr>(
app_outgoing: AppOut,
encoder: Arc<E>,
wire_outgoing: WOut,
counters: PeerProtocolCounterRegistry,
concurrency: usize,
)Expand description
Performs encoding of outgoing Application protocol packets into HOPR protocol outgoing packets.