mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 14:10:09 +00:00
Have router make two separate attempts to reconnect to current partition. (#1276)
This commit is contained in:
@@ -691,8 +691,9 @@ typedef struct otExternalRouteConfig
|
||||
typedef enum otMleAttachFilter
|
||||
{
|
||||
kMleAttachAnyPartition = 0, ///< Attach to any Thread partition.
|
||||
kMleAttachSamePartition = 1, ///< Attach to the same Thread partition.
|
||||
kMleAttachBetterPartition = 2, ///< Attach to a better (i.e. higher weight/partition id) Thread partition.
|
||||
kMleAttachSamePartition1 = 1, ///< Attach to the same Thread partition (attempt 1).
|
||||
kMleAttachSamePartition2 = 2, ///< Attach to the same Thread partition (attempt 2).
|
||||
kMleAttachBetterPartition = 3, ///< Attach to a better (i.e. higher weight/partition id) Thread partition.
|
||||
} otMleAttachFilter;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user