-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump third_party/openthread/repo from
ae5b750
to `473af5…
…3` (#2628) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `ae5b750` to `473af53`. - [Commits](openthread/openthread@ae5b750...473af53) --- updated-dependencies: - dependency-name: third_party/openthread/repo 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
722f283
commit 84a4900
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule repo
updated
16 files
+1 −1 | include/openthread/instance.h | |
+2 −1 | include/openthread/udp.h | |
+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 |