mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:22:30 +00:00
Currently, we check the length of an option value in the coap_packet_append_option() function. This isn't required as we're appending to a net_pkt and not using struct coap_option where the limitation is imposed. Instead, we should check the option value length in parse_option() where we assign the value to a struct coap_option. Signed-off-by: Michael Scott <michael.scott@linaro.org> |
||
---|---|---|
.. | ||
ip | ||
lib | ||
buf.c | ||
hostname.c | ||
Kconfig | ||
Kconfig.hostname | ||
Makefile | ||
TODO |