I have a somewhat unique GZLL configuration and am running into a bug that I don't really understand.
"Maximum tx retries" is set to 1 using nrf_gzll_set_max_tx_attempts. The reason for this is that in the case of a packet drop our application has no need to retry the old packet because by the time the retry arrives it is out of date. We do need to know that it failed so we can send another packet with newer data right away.
