zephyr/subsys/net/lib/zoap
Robert Chou 33c54ee6fd net: zoap: advance block context by checking M bit from block option
According to RFC7959 page 30, "The end of a block-wise transfer is
governed by the M bits in the Block options, _not_ by exhausting the
size estimates exchanges."

Therefore, we should check the M bit instead of total size (which
is not always available, too)

Signed-off-by: Robert Chou <robert.ch.chou@acer.com>
2017-07-14 11:06:54 +03:00
..
Kbuild net: Restructure network protocols 2017-01-02 10:03:19 +01:00
Kconfig tests: net: zoap: Add path uri matching tests 2017-05-25 18:49:56 +03:00
Makefile net: Restructure network protocols 2017-01-02 10:03:19 +01:00
zoap_link_format.c net: zoap: Remove extra null checks 2017-05-25 18:50:40 +03:00
zoap.c net: zoap: advance block context by checking M bit from block option 2017-07-14 11:06:54 +03:00