mirror of
https://github.com/espressif/openthread.git
synced 2026-09-05 16:50:05 +00:00
Dynamic Max Children (#462)
* Add support for dynamically adjusting the maximum number of allowed children. * Update cli to support max number of children.
This commit is contained in:
@@ -134,6 +134,7 @@ private:
|
||||
static void ProcessChannel(int argc, char *argv[]);
|
||||
static void ProcessChild(int argc, char *argv[]);
|
||||
static void ProcessChildTimeout(int argc, char *argv[]);
|
||||
static void ProcessChildMax(int argc, char *argv[]);
|
||||
static void ProcessContextIdReuseDelay(int argc, char *argv[]);
|
||||
static void ProcessCounters(int argc, char *argv[]);
|
||||
static void ProcessDataset(int argc, char *argv[]);
|
||||
|
||||
Reference in New Issue
Block a user