zephyr/subsys/net/lib/coap
Robert Lubos c4803752a8 net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX
CONFIG_ZVFS_POLL_MAX is now used to control the maximum number of poll()
entires. Thereby, CONFIG_NET_SOCKETS_POLL_MAX is redundant and shall
be deprecated.

Modify the defaults for NET_SOCKETS_POLL_MAX and ZVS_POLL_MAX so that
the deprecation actually makes sense instead of symbol removal. In case
the application still sets the old config, it will modify the
ZVS_POLL_MAX default.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-10-14 13:01:51 +02:00
..
CMakeLists.txt
coap_client.c net: lib: coap: Initialize response_truncated 2024-10-03 17:08:21 +01:00
coap_link_format.c
coap_server_shell.c
coap_server.c net: Deprecate CONFIG_NET_SOCKETS_POLL_MAX 2024-10-14 13:01:51 +02:00
coap.c net: lib: coap: make ACK random factor runtime configurable 2024-10-08 06:00:56 -04:00
Kconfig net: lib: coap: Make use of ZSOCK_MSG_TRUNC configurable 2024-10-02 15:55:00 +02:00