zephyr/samples/net
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
..
coaps_client tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
coaps_server net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
common net: app: Create support for network application API 2017-06-30 06:13:09 -04:00
dhcpv4_client linker: move all linker headers to include/linker 2017-06-18 09:24:04 -05:00
dns_resolve net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
echo_client net: app: Fix dual IPv4 and IPv6 support 2017-07-06 14:32:37 +03:00
echo_server net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
http_client net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
http_server samples: net: http_server: Add olimex_stm32_e407 project config file 2017-07-12 12:53:51 +03:00
https_client net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
ieee802154 samples: net: ieee802154: add KW40Z prj conf file 2017-07-06 14:20:32 -05:00
irc_bot kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
leds_demo net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
mbedtls_dtlsclient net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
mbedtls_dtlsserver net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
mbedtls_sslclient doc: fix wiki board references in non .rst files 2017-07-11 12:45:35 -05:00
mqtt_publisher net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
nats samples: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
socket_echo samples: net: socket_echo: Add sample.yaml, update for net_app refactor 2017-07-11 10:32:29 +03:00
telnet tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
wpan_serial samples: mark samples that require usb_device support 2017-07-07 09:01:01 -05:00
wpanusb samples: mark samples that require usb_device support 2017-07-07 09:01:01 -05:00
zoap_client net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
zoap_server net: zoap: advance block context by checking M bit from block option 2017-07-14 11:06:54 +03:00
zperf net: context: Use K_NO_WAIT instead of 0 for timeout 2017-07-10 10:59:28 +03:00
net.rst doc: add labels to net sample docs for linking 2017-04-04 19:52:06 +00:00