-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lwip:optimization dns ipv4 ipv6 timeir
* Update submodule: git log --oneline 33912690ea005e8ff05b2c579ebbf0a4189c3b00..705dd71d46779bf29653f1f1d7b1af5a09fb2aa7 Detailed description of the changes: - dhcp: init fine timer when dhcp start(esp-lwip@705dd71d) - ip6 timer: optimization lwip ip6 reassembly timer (esp-lwip@9813ea9a) - ip4 timer: optimization lwip ip4 reassembly timer (esp-lwip@ce1a7099) - dns timer: optimization lwip dns timer (esp-lwip@6b0bfc2e)
- Loading branch information
1 parent
40ffc48
commit 7490a15
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
Submodule lwip
updated
10 files
+1 −1 | .github/workflows/ci-linux.yml | |
+1 −1 | .gitlab-ci.yml | |
+41 −0 | src/core/dns.c | |
+1 −1 | src/core/ipv4/dhcp.c | |
+38 −0 | src/core/ipv4/ip4_frag.c | |
+36 −1 | src/core/ipv6/ip6_frag.c | |
+3 −3 | src/core/timeouts.c | |
+1 −1 | src/include/lwip/opt.h | |
+8 −0 | test/apps/lwipopts.h | |
+15 −0 | test/unit/lwipopts.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters