Skip to content
Commit 3eeb0f0c authored by Jukka Rissanen's avatar Jukka Rissanen Committed by David Leach
Browse files

net: sockets: Deprecate CONFIG_NET_SOCKETS_POSIX_NAMES



The CONFIG_NET_SOCKETS_POSIX_NAMES option is marked as deprecated in
favor of using normal POSIX socket API includes found under the
include/zephyr/posix directory. If you want to use BSD socket API calls,
you need to select POSIX_API and use the socket headers found in the
POSIX subsystem. If you do not want to or cannot enable POSIX_API,
then you must use zsock_ prefix when working with BSD socket calls.

Signed-off-by: default avatarJukka Rissanen <jukka.rissanen@nordicsemi.no>
parent f419ea79
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment