mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 02:17:47 +00:00
Update ADDRESS_QUERY_MAX_RETRY_DELAY parameter value. (#450)
This commit is contained in:
@@ -125,7 +125,7 @@ private:
|
||||
{
|
||||
kAddressQueryTimeout = 3, ///< ADDRESS_QUERY_TIMEOUT (seconds)
|
||||
kAddressQueryInitialRetryDelay = 15, ///< ADDRESS_QUERY_INITIAL_RETRY_DELAY (seconds)
|
||||
kAddressQueryMaxRetryDelay = 480, ///< ADDRESS_QUERY_MAX_RETRY_DELAY (seconds)
|
||||
kAddressQueryMaxRetryDelay = 28800, ///< ADDRESS_QUERY_MAX_RETRY_DELAY (seconds)
|
||||
};
|
||||
|
||||
struct Cache
|
||||
|
||||
Reference in New Issue
Block a user