zephyr/subsys/net/lib
Seppo Takalo 005dc60d24 net: lwm2m: Fix pmin handling on tickless
If observed resource was written during the pMin period, it did
not schedule any wake-up event into the future. Notify message would
then only be generated as a result of any other (like Update) event.

Refactor check_notifications() to follow same pattern as retransmit_req().
Return the next event timestamp, which could be now.

Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
2023-12-11 09:57:09 +01:00
..
capture
coap net: lib: coap: Introduce net mgmt events for CoAP 2023-12-07 10:34:39 +00:00
config
dns net: dns: responders: Set the multicast TTL or hoplimit 2023-12-04 15:07:43 +01:00
http
lwm2m net: lwm2m: Fix pmin handling on tickless 2023-12-11 09:57:09 +01:00
mqtt
mqtt_sn net: mqtt-sn: Remember incoming registered topic name 2023-11-22 09:53:33 +01:00
shell net: lib: shell: Add CoAP descriptions to event monitor 2023-12-07 10:34:39 +00:00
sntp net: sntp: Add option for SNTP uncertainty 2023-12-08 10:25:46 +00:00
sockets net: socket: Add IPv6 multicast join/leave via socket 2023-12-04 16:38:49 +00:00
socks
tftp net: tftp: Ensure the error message fits into transmit buffer 2023-11-20 09:24:18 +01:00
tls_credentials net: tls_credentials: Add missing include dir for PSA API 2023-11-28 15:35:00 +01:00
utils
websocket random: Rename random header 2023-10-10 14:23:50 +03:00
zperf net: zperf: Fix TCP packet counting 2023-11-21 08:46:45 +00:00
CMakeLists.txt net: shell: Move the shell code to subsys/net/lib/shell 2023-10-23 10:40:28 +02:00
Kconfig