pub(super) async fn run(
port: u16,
cancellation_recv: CancellationRecv,
_cancellation_send: CancellationSender,
datagrams: Sender<OutDatagram>,
errors: Sender<ConnectionError>,
dispatch_handler: DispatchHandler
)
Expand description
Handler & scheduler of datagram resends.