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.

CC2652P: Is there a way to modify the RREQ Retries?

Part Number: CC2652P
Other Parts Discussed in Thread: Z-STACK

Is it possible to change the route request retry times in Z-Stack?

Best regards,

Shuyang

  • Hi Shuyang,

    There is not a set number of route request retries.  Rather it is dependent on the ROUTE_DISCOVERY_TIME (default 5) and ROUTE_EXPIRY_TIME (default 30).  ROUTE_DISCOVERY_TIME determines the frequency at which a node initiates a new route discovery for a failed route.  ROUTE_EXPIRY_TIME will mark the route as expired if no data packets are sent along a route for a period of time.  By default, you could expect a maximum of six retries if there is a route discovery every five seconds for up to thirty seconds before the route is expired.

    Regards,
    Ryan