Skip to content

Commit cd3dcf7

Browse files
maass-hamburgdleach02
authored andcommitted
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ß <[email protected]>
1 parent c15f8ed commit cd3dcf7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

include/zephyr/net/socket_service.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @brief BSD socket service API
2020
* @defgroup bsd_socket_service BSD socket service API
2121
* @since 3.6
22-
* @version 0.1.0
22+
* @version 0.2.0
2323
* @ingroup networking
2424
* @{
2525
*/

subsys/net/lib/sockets/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ config NET_SOCKET_MAX_SEND_WAIT
101101
returning an ENOBUFS error.
102102

103103
config NET_SOCKETS_SERVICE
104-
bool "Socket service support [EXPERIMENTAL]"
105-
select EXPERIMENTAL
104+
bool "Socket service support"
106105
select EVENTFD
107106
help
108107
The socket service can monitor multiple sockets and save memory

0 commit comments

Comments
 (0)