doc: migration-guide-3.7: Add info for DNS resolver and responder
Add information about DNS resolver and mDNS/LLMNR responders which are converted to use the socket services API. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
5248657f57
commit
81a3d764a0
1 changed files with 5 additions and 0 deletions
|
@ -470,6 +470,11 @@ Networking
|
|||
during a Coap Block-wise transfer. Any post write, validate or some firmware callbacks
|
||||
should be updated to include this parameter. (:github:`72590`)
|
||||
|
||||
* The DNS resolver and mDNS/LLMNR responders are converted to use socket service API.
|
||||
This means that the number of pollable sockets in the system might need to be increased.
|
||||
Please check that the values of :kconfig:option:`CONFIG_NET_SOCKETS_POLL_MAX` and
|
||||
:kconfig:option:`CONFIG_POSIX_MAX_FDS` are high enough. Unfortunately no exact values
|
||||
for these can be given as it depends on application needs and usage. (:github:`72834`)
|
||||
|
||||
|
||||
Other Subsystems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue