MAX_RETRANSMIT constant

Routing_Error const MAX_RETRANSMIT

We reached the max retransmission count (typically for naive flood routing)

Implementation

static const Routing_Error MAX_RETRANSMIT =
    Routing_Error._(5, _omitEnumNames ? '' : 'MAX_RETRANSMIT');