zephyr/samples/net/coaps_server/src
Jukka Rissanen 862ddb17ab samples: net: coaps_server: Fix coap packet parsing
The length and the start of the coap payload was not correct
because the received packet did not had IP and UDP header in place.

Fixes #4630

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-11-02 14:43:10 +02:00
..
coaps_server.c samples: net: coaps_server: Fix coap packet parsing 2017-11-02 14:43:10 +02:00
Makefile samples/coaps_server CoAP over DTLS server example app using mbedTLS 2017-01-27 12:35:53 +02:00
udp_cfg.h samples/coaps_server CoAP over DTLS server example app using mbedTLS 2017-01-27 12:35:53 +02:00
udp.c net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
udp.h net/net_pkt: Fully separate struct net_pkt from struct net_buf 2017-04-21 14:19:50 +03:00