onPacketPermanentlyLost property
Callback for when a packet is considered permanently lost after max retries.
Implementation
void Function(UDXPacket packet)? onPacketPermanentlyLost;
Callback for when a packet is considered permanently lost after max retries.
void Function(UDXPacket packet)? onPacketPermanentlyLost;