Skip to content

Commit c76d25e

Browse files
committed
Merge branch 'fix/lwip_rename_task_docs' into 'master'
[lwip]: Mention lwip task name change in migration-docs See merge request espressif/esp-idf!42346
2 parents 08e4aba + 4e82073 commit c76d25e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/en/migration-guides/release-6.x/6.0/networking.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,9 @@ This allows developers to:
162162
- replicate the old behavior (advertising the SoftAP IP),
163163
- provide custom DNS servers (for example, public resolvers), or
164164
- suppress DNS information entirely by setting the DNS server to ``0.0.0.0``.
165+
166+
167+
LWIP
168+
****
169+
170+
The lwIP TCP/IP thread name has changed from "tiT" to "tcpip".

docs/zh_CN/migration-guides/release-6.x/6.0/networking.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,9 @@ DHCP 服务器 DNS 选项行为
162162
- 复现旧的行为(通告 SoftAP IP),
163163
- 提供自定义的 DNS 服务器(例如公共解析器),
164164
- 通过将 DNS 地址设置为 ``0.0.0.0`` 来完全禁止 DNS 信息通告。
165+
166+
167+
LWIP
168+
****
169+
170+
lwIP TCP/IP 线程名称由 "tiT" 更改为 "tcpip"。

0 commit comments

Comments
 (0)