Skip to content

Commit

Permalink
submodule: bump third_party/openthread/repo from 102a631 to `519537…
Browse files Browse the repository at this point in the history
…d` (#1978)

Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `102a631` to `519537d`.
- [Commits](openthread/openthread@102a631...519537d)

---
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
dependabot[bot] authored Aug 22, 2023
1 parent f6a0a81 commit 4786ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 37 files
+14 −14 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+1 −1 .github/workflows/docker.yml
+1 −1 .github/workflows/fuzz.yml
+1 −1 .github/workflows/makefile-check.yml
+1 −1 .github/workflows/otci.yml
+3 −3 .github/workflows/otns.yml
+7 −7 .github/workflows/posix.yml
+9 −9 .github/workflows/simulation-1.1.yml
+7 −7 .github/workflows/simulation-1.2.yml
+1 −1 .github/workflows/size.yml
+5 −5 .github/workflows/toranj.yml
+4 −4 .github/workflows/unit.yml
+1 −1 .github/workflows/version.yml
+1 −1 include/openthread/instance.h
+10 −5 include/openthread/tcp.h
+3 −2 src/cli/README_TCP.md
+94 −39 src/cli/cli_tcp.cpp
+3 −1 src/cli/cli_tcp.hpp
+54 −14 src/core/net/tcp6.cpp
+1 −1 src/core/thread/indirect_sender.cpp
+30 −10 src/core/thread/mesh_forwarder.cpp
+21 −25 src/core/thread/mesh_forwarder.hpp
+112 −0 tests/scripts/expect/cli-tcp-tfo-tls.exp
+103 −0 tests/scripts/expect/cli-tcp-tfo.exp
+0 −0 tests/scripts/expect/cli-tcp-tls.exp
+1 −0 third_party/tcplp/CMakeLists.txt
+5 −0 third_party/tcplp/bsdtcp/tcp.h
+9 −1 third_party/tcplp/bsdtcp/tcp_const.h
+1,295 −0 third_party/tcplp/bsdtcp/tcp_fastopen.c
+111 −0 third_party/tcplp/bsdtcp/tcp_fastopen.h
+183 −10 third_party/tcplp/bsdtcp/tcp_input.c
+112 −3 third_party/tcplp/bsdtcp/tcp_output.c
+11 −1 third_party/tcplp/bsdtcp/tcp_subr.c
+28 −9 third_party/tcplp/bsdtcp/tcp_usrreq.c
+22 −2 third_party/tcplp/bsdtcp/tcp_var.h
+6 −5 third_party/tcplp/tcplp.h

0 comments on commit 4786ebb

Please sign in to comment.