Kangping
Kangping
BR features are tested with "Border Router" CI task but it is built with gcc by default. This PR adds BR features to posix build checks which apply clang/clang++ to...
**Describe the bug** tests/scripts/thread-cert/backbone/test_mlr_multicast_routing_across_thread_pans.py fails intermittently. **Console/log output** artifacts: [thread-1-2-backbone-results.zip](https://github.com/openthread/openthread/files/5873362/thread-1-2-backbone-results.zip)
`void* ptr = 0; // Currently not allowed`
This commit simplifies mainloop process by providing `RunMainloop()` which encapsulates updating and processing mainloop processores. We also provide `BreakMainloop()` which can breaks the blocking `RunMainloop()` method even from another thread....
The server does not support pipelining. A new request may reach without receiving response from server first. Thus, it is possible that two separate requests be in single recv buffer.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Current Border Agent implementation supports only a single commissioner DTLS...
**Is your feature request related to a problem? Please describe.** OT's error code is too generic to give more specific information about the failure. It would be painful for developers...
This commit refactors the posix platform implementation with below changes: 1. Remove use of global OT instance (i.e. `gInstance`). It's not safe to use `gInstance` in the posix platform because...
Existing implementation will publish the _meshcop._udp service immediately when the program is started, even when there is no provisioned Thread network. This works as expected as the Thread spec defines....