zephyr/subsys/net/lib
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
..
app net: Fix connectivity issues if only UDP or TCP is enabled 2017-07-14 08:49:45 +03:00
dns net: lib: dns: Check return value of net_context_recv() 2017-06-12 10:21:38 +03:00
http net: Comment false positives reported by Coverity 2017-07-11 13:59:04 +03:00
mqtt net/mqtt: return error codes from net_context_send 2017-04-28 15:01:12 +03:00
sockets net: sockets: Implement non-blocking mode. 2017-07-11 14:00:27 +03:00
zoap net: zoap: advance block context by checking M bit from block option 2017-07-14 11:06:54 +03:00
Kbuild net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Kconfig net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
Makefile net: app: Create support for network application API 2017-06-30 06:13:09 -04:00