This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

请教:怎么关闭MAC ACK?

如下图蓝色部分为MAC ACK。我理解的MAC ACK重发机制 ,为当发送方发送完数据后,在很短时间内(几ms?),下一条邻居路由无MAC ACK时,协议栈自动进行重发(默认4次?),请问在哪里可以找到这个配置,能否关闭这个功能?我们有打算自己在应用层实现应答重发机制。

  • 不建议关闭MAC ACK.

    您可以尝试将mac_api.h中的

    #define MAC_TXOPTION_ACK            0x01   改为

    #define MAC_TXOPTION_ACK            0x00

x 出现错误。请重试或与管理员联系。