zephyr/subsys/net/lib
Andreas Chmielewski b52f1cdb59 net: lwm2m: fixed "LwM2M message is invalid"
Do not retransmit a message that just has been send successfully.

This case can in particular happen quite frequently if the modem
connection/throughput is quite bad and so there is a high latency.

A message that has to be acknowledged is scheduled for retransmission.
Before retransmission a ack for this message is received that will
cause a reset of the original message. In this case you see a
"LwM2M message is invalid" error message.

Signed-off-by: Andreas Chmielewski <andreas.chmielewski@grandcentrix.net>
2022-02-21 21:59:59 -05:00
..
capture net: lib: capture: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
coap net: coap: Update coap context using payload length 2022-02-02 11:10:57 +01:00
config net: lib: config: Fix the timeout when waiting on network 2021-11-02 13:23:10 +01:00
conn_mgr kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
dns kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
http kernel: workq: Fix type errors in delayable work handlers 2022-02-02 18:43:12 -05:00
lwm2m net: lwm2m: fixed "LwM2M message is invalid" 2022-02-21 21:59:59 -05:00
mqtt net: mqtt: Fix SOCKS5 setsockopt error handling 2021-12-01 13:54:30 -06:00
openthread net: openthread: fix handling tx done to report all kind of errors 2022-02-21 20:49:20 -05:00
sntp net: sntp: Depend on NET_SOCKETS_POSIX_NAMES || POSIX_API 2021-04-22 13:41:33 +03:00
sockets net: sockets: Allow to build CAN sockets with offloading enabled 2022-02-21 20:52:38 -05:00
socks
tftp kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
tls_credentials
utils
websocket net: websockets: Fix send with large payload 2021-11-23 13:21:09 -05:00
CMakeLists.txt net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00
Kconfig net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00