-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump openthread from
ae5b750
to 473af53
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
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 |