fix(docs): Mention lwip task name change in migration-docs

This commit is contained in:
David Cermak
2025-10-01 14:58:32 +02:00
committed by David Čermák
parent 31602cbe66
commit 4e82073310
2 changed files with 12 additions and 0 deletions

View File

@@ -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".

View File

@@ -162,3 +162,9 @@ DHCP 服务器 DNS 选项行为
- 复现旧的行为(通告 SoftAP IP
- 提供自定义的 DNS 服务器(例如公共解析器),
- 通过将 DNS 地址设置为 ``0.0.0.0`` 来完全禁止 DNS 信息通告。
LWIP
****
lwIP TCP/IP 线程名称由 "tiT" 更改为 "tcpip"。