mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-27 05:37:32 +00:00
fix(docs): Mention lwip task name change in migration-docs
This commit is contained in:
committed by
David Čermák
parent
31602cbe66
commit
4e82073310
@@ -162,3 +162,9 @@ This allows developers to:
|
||||
- replicate the old behavior (advertising the SoftAP IP),
|
||||
- provide custom DNS servers (for example, public resolvers), or
|
||||
- suppress DNS information entirely by setting the DNS server to ``0.0.0.0``.
|
||||
|
||||
|
||||
LWIP
|
||||
****
|
||||
|
||||
The lwIP TCP/IP thread name has changed from "tiT" to "tcpip".
|
||||
|
||||
@@ -162,3 +162,9 @@ DHCP 服务器 DNS 选项行为
|
||||
- 复现旧的行为(通告 SoftAP IP),
|
||||
- 提供自定义的 DNS 服务器(例如公共解析器),
|
||||
- 通过将 DNS 地址设置为 ``0.0.0.0`` 来完全禁止 DNS 信息通告。
|
||||
|
||||
|
||||
LWIP
|
||||
****
|
||||
|
||||
lwIP TCP/IP 线程名称由 "tiT" 更改为 "tcpip"。
|
||||
|
||||
Reference in New Issue
Block a user