Parent: fd265a818ae78ab5a1fb35e4661437e4ec308214
Author: Brian Gix <brian.gix@intel.com>
Committer: Brian Gix <brian.gix@intel.com>
Date: 2020-06-18 18:34:14
Tree: 4f9dfa63d776d0b6e39b98d7886fc520f7e60f19
mesh: Add deferral of Attach() and Leave() if busy We require the successful return of JoinComplete() method before handling subsequent Attach() or Leave() method calls. To simplify the construction of Applications, we will accept one of these calls up to 1 second prior to receiving the final return status of JoinComplete, which tells us that the Application is ready to use the node. If the node is still not ready after the deferral, Attach and/or Leave will fail.
Diffstat
| M | mesh/mesh.c | | | 54 | ++++++++++++++++++++++++++++++++++++++++- - |
1 files changed, 52 insertions(+), 2 deletions(-)