net: socket: service: mark as unstable

As the socket service API is currently used by mutiple applications
(dhcpv4 server, dns, telnet), it should be marked as unstable,
according to the docs:
https://docs.zephyrproject.org/latest/develop/api/api_lifecycle.html

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2024-10-23 16:44:43 +02:00 committed by David Leach
parent c15f8edd60
commit cd3dcf788a
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
* @brief BSD socket service API
* @defgroup bsd_socket_service BSD socket service API
* @since 3.6
* @version 0.1.0
* @version 0.2.0
* @ingroup networking
* @{
*/

View File

@ -101,8 +101,7 @@ config NET_SOCKET_MAX_SEND_WAIT
returning an ENOBUFS error.
config NET_SOCKETS_SERVICE
bool "Socket service support [EXPERIMENTAL]"
select EXPERIMENTAL
bool "Socket service support"
select EVENTFD
help
The socket service can monitor multiple sockets and save memory