zephyr/subsys/net
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
..
ip net: tcp: Fix possible deadlock in tcp_conn_unref() 2022-02-10 10:59:03 +01:00
l2 net: gptp: gptp port role disabled on link down 2022-02-11 10:03:05 -06:00
lib net: lwm2m: fixed "LwM2M message is invalid" 2022-02-21 21:59:59 -05:00
pkt_filter CMake: net: pkt_filter: Only construct the library if enabled 2022-02-21 21:57:19 -05:00
buf.c net: buf: move user_data to flexible arr member 2021-11-24 16:04:50 +02:00
CMakeLists.txt net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
hostname.c
Kconfig net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net