zephyr/subsys
Michael Scott 9a8597399d net: coap: fix coap packet length calculation
This calculation reads the length portion of the COAP header to determine
the length of the coap packet.  However, when encrypted via DTLS this
value seems to be getting corrupted.  Let's change this calculation so
that it will work for when DTLS is both enabled and disabled.  Use the
total length of the fragment data and substract back out the headers
to get a correct value.

Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-10-20 10:37:55 +03:00
..
bluetooth Bluetooth: controller: Fix flow control packet drop 2017-10-18 14:43:39 +02:00
console
cpp
debug misc: userspace support for printk() 2017-10-11 09:23:57 -07:00
dfu dfu: replace FLASH_ALIGN with FLASH_WRITE_BLOCK_SIZE 2017-10-06 22:12:23 -04:00
disk
driver_handlers kernel: Provide only one _SYSCALL_HANDLER() macro 2017-10-16 13:42:15 -04:00
fs doc: fix doc misspellings 2017-10-17 14:31:52 -04:00
logging
net net: coap: fix coap packet length calculation 2017-10-20 10:37:55 +03:00
shell
usb usb: Remove default Vendor and Product ID 2017-10-19 09:30:58 -04:00
Kconfig
Makefile sensors: implement system calls 2017-10-07 10:45:15 -07:00