zephyr/subsys/net/lib/lwm2m
Michael Scott afb9830441 net: lwm2m: fix retransmit_request() pending process / packet send
During the CoAP API change, slight changes were made the ref / unref
packet pending process.  Let's re-align with the coap-client sample
in how we apply the packet refs in retransmit_request() and also
replace the lwm2m_send_message() call with a direct call of
net_app_send_pkt().  This avoids a second processing of the pending
packets and keeps the ref/unref flow cleaner.

Signed-off-by: Michael Scott <michael@opensourcefoundries.com>
2018-01-31 12:20:41 +02:00
..
CMakeLists.txt net: lwm2m: add support for DTLS 2017-12-15 16:46:48 -05:00
Kconfig net: lwm2m: add write-attribute WRITE support 2018-01-12 20:57:34 -05:00
Kconfig.ipso
ipso_light_control.c
ipso_temp_sensor.c net: lwm2m: fix max measurement checks 2017-11-15 15:31:45 +02:00
lwm2m_engine.c net: lwm2m: fix retransmit_request() pending process / packet send 2018-01-31 12:20:41 +02:00
lwm2m_engine.h net: lwm2m: separate write operation from write-attributes op 2017-12-12 09:26:31 -05:00
lwm2m_obj_device.c
lwm2m_obj_firmware.c
lwm2m_obj_firmware_pull.c net: lib: lwm2m: fix coap proxy resource option 2018-01-11 09:18:45 +02:00
lwm2m_obj_security.c
lwm2m_obj_server.c
lwm2m_object.h net: lwm2m: add write-attribute WRITE support 2018-01-12 20:57:34 -05:00
lwm2m_rd_client.c net: lwm2m: use correct remote address when DTLS is enabled 2017-12-15 16:46:48 -05:00
lwm2m_rd_client.h
lwm2m_rw_json.c
lwm2m_rw_json.h
lwm2m_rw_oma_tlv.c
lwm2m_rw_oma_tlv.h
lwm2m_rw_plain_text.c
lwm2m_rw_plain_text.h