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:
parent
abad505bde
commit
38fdadf933
1 changed files with 7 additions and 0 deletions
|
@ -256,6 +256,13 @@ Networking
|
|||
|
||||
* 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:
|
||||
|
||||
* TCP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue