zephyr/subsys/net/lib
Adrian Friedli 89f8f5bb07 net: lib: coap: fix division by zero
Prevent the modulo operation causing a division by zero error by falling
back to the minimal ACK timeout value if the random factor is 1.0. Also
fall back to the same value if the random factor is erroneously smaller
than 1.0. Additionally make the upper bound of the random range
reachable.

Signed-off-by: Adrian Friedli <adrian.friedli@husqvarnagroup.com>
2025-04-29 19:04:16 +02:00
..
capture net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
coap net: lib: coap: fix division by zero 2025-04-29 19:04:16 +02:00
config net: config: sntp: don't use fallback, when Kconfig is not set 2025-04-25 14:05:35 +02:00
dhcpv4 net: dhcpv4: Add parsing of received domain name 2025-03-28 21:51:33 +01:00
dhcpv6 net: dhcpv6: Add support for DNS Recursive Name Server option 2025-02-12 20:19:26 +01:00
dns net: dns: Check compression flag properly 2025-03-31 22:00:36 +02:00
http net: lib: http_server: implement concurrent 2025-04-09 17:32:50 +02:00
lwm2m net: lwm2m: Do not enforce canonical CBOR decoding 2025-04-24 22:58:24 +02:00
mqtt net: mqtt: Improve disconnect error notification for MQTT 5.0 2025-03-26 16:19:42 +01:00
mqtt_sn net: mqtt-sn: Wait for register & subscribe to complete 2025-02-11 11:44:52 +00:00
prometheus
ptp ptp: clock.c: revise offset calculation 2025-02-21 18:35:34 +00:00
shell net: mgmt: Remove the _ from symbols 2025-04-29 13:01:01 +02:00
sntp net: lib: sntp: async query API 2025-03-07 19:51:40 +01:00
sockets net: lib: sockets: Increase socketpair mem pool size 2025-04-25 15:57:25 +02:00
socks
tftp
tls_credentials net: lib: tls_credentials_shell: Fix crash during delete 2025-04-17 17:22:58 +02:00
trickle
utils
websocket net: websocket: fix masked data when server sends close 2025-04-04 14:56:58 +02:00
wifi_credentials net: lib: Correct the wifi_cred command 2025-04-16 14:53:54 +02:00
zperf net: zperf: Add -w option to delay upload jobs 2025-04-25 10:22:33 +01:00
CMakeLists.txt
Kconfig net: Add option for VPN enablement 2025-03-28 21:51:57 +01:00