-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [openthread](https://github.com/openthread/openthread) from `64cf63e` to `473af53`. - [Commits](openthread/openthread@64cf63e...473af53) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3f35b6c
commit 9cfb366
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
17 files
+1 −1 | include/openthread/instance.h | |
+2 −1 | include/openthread/udp.h | |
+2 −0 | src/cli/cli_tcp.cpp | |
+1 −1 | src/cli/cli_udp.cpp | |
+1 −1 | src/core/api/udp_api.cpp | |
+1 −1 | src/core/meshcop/joiner_router.cpp | |
+1 −1 | src/core/net/dhcp6_client.cpp | |
+1 −1 | src/core/net/dhcp6_server.cpp | |
+1 −1 | src/core/net/dnssd_server.cpp | |
+1 −1 | src/core/net/srp_client.cpp | |
+1 −1 | src/core/net/srp_server.cpp | |
+62 −55 | src/core/net/udp6.cpp | |
+26 −7 | src/core/net/udp6.hpp | |
+1 −1 | src/core/thread/mle.cpp | |
+1 −1 | src/core/thread/tmf.cpp | |
+11 −3 | src/posix/platform/udp.cpp | |
+1 −1 | tests/unit/test_srp_server.cpp |