Hi.
I'd like to disable retransmission in my Thread application built with SDK for Thread and Zigbee 1.0. I followed the instructions from Infocenter "Building the latest OpenThread libraries" and build the openthread commit ec59d7e
(the one used in this SDK). For disabling retransmission I tried switching OPENTHREAD_CONFIG_ENABLE_SOFTWARE_RETRANSMIT and OPENTHREAD_CONFIG_ENABLE_SOFTWARE_ACK_TIMEOUT from openthread-core-nrf52840-config.h to 0, alone and later both of them. It didn't change anything, confirmable messages are still being retransmitted. What do I have to do to change this?
Regards,
Marek