doc: releases: 4.1: mention removal of deprecated socket APIs

Mention removal of deprecated CONFIG_NET_SOCKETS_POSIX_NAMES option.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2024-12-02 10:51:53 +02:00 committed by Benjamin Cabé
commit 38fdadf933

View file

@ -256,6 +256,13 @@ Networking
* Sockets: * Sockets:
* The deprecated :kconfig:option:`CONFIG_NET_SOCKETS_POSIX_NAMES` option has been removed.
It was a legacy option and was used to allow user to call BSD socket API while not enabling POSIX API.
This removal means that in order to use POSIX API socket calls, one needs to enable the
:kconfig:option:`CONFIG_POSIX_API` option.
If the application does not want or is not able to enable that option, then the socket API
calls need to be prefixed by a ``zsock_`` string.
* Syslog: * Syslog:
* TCP: * TCP: