zephyr/tests/net/lib
Jeroen van Dooren d20cceb48e net: ip: net_mgmt: Increase default queue size
There is no reason why the default size should be 2,
because an event is only a combination of

{uint32_t + void*} + info

Using 2 as default causes a high risk of loosing events,
setting the default to a more sensible value of 5 still
restricts memory usage but keeps it more safe.

Signed-off-by: Jeroen van Dooren <jeroen.van.dooren@nobleo.nl>
2023-02-21 10:58:10 +01:00
..
coap tests: net: coap: Add test for options 2023-02-06 10:02:19 +01:00
dns_addremove net: ip: net_mgmt: Increase default queue size 2023-02-21 10:58:10 +01:00
dns_packet crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
dns_resolve test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
dns_sd tests: net: dns_sd: Don't use NET_CONFIG_SETTINGS 2022-10-26 12:00:22 +02:00
http_header_fields include: net: http: rename http_x.h http/x.h 2022-10-12 09:02:21 -04:00
lwm2m tests: net: lwm2m: cover dtls releated code path 2023-02-20 11:12:29 +01:00
mqtt_packet test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
mqtt_publisher Revert "random: Change testing random generator" 2023-01-09 19:29:50 +09:00
mqtt_pubsub ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
mqtt_sn_client tests: net: mqtt-sn: Add test for MQTT-SN client 2022-11-09 10:43:00 +01:00
mqtt_sn_packet tests: net: mqtt-sn: Add encoding/decoding test 2022-11-09 10:43:00 +01:00
mqtt_subscriber ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
tls_credentials tests: net: lib: move tls_credentials to new ztest API 2022-09-02 10:54:29 +00:00