zephyr/tests/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
..
6lo tests: net: 6lo: Remove CONFIG_MAIN_STACK_SIZE setting 2017-07-11 10:31:11 +03:00
all tests: net: remove overriden RAM size 2017-07-10 11:44:56 -07:00
arp net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
buf tests: net: buf: Run the net_buf tests automatically 2017-06-21 21:38:12 -04:00
context net: context: Use K_NO_WAIT instead of 0 for timeout 2017-07-10 10:59:28 +03:00
dhcpv4 net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
icmpv6 tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
ieee802154 tests/ieee802154: Fix accessing unmapped memory area 2017-07-10 09:25:32 -07:00
iface tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
ip-addr tests: net: ip-addr: Fix null pointer access in the test 2017-07-06 09:17:53 -07:00
ipv6 net: icmp: Remove NET_ICMP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
ipv6_fragment net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
lib net: zoap: advance block context by checking M bit from block option 2017-07-14 11:06:54 +03:00
mgmt tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
mld net: icmp: Remove NET_ICMP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
neighbor net: fix wrong Kconfig 2017-07-05 12:43:13 -04:00
net_pkt tests: Remove camel case and fix coding style 2017-06-29 07:00:50 -04:00
route tests: net: route: fix semaphore usage 2017-07-10 11:44:56 -07:00
rpl net: icmp: Remove NET_ICMP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
socket/udp tests: convert testcase.ini to new format 2017-06-28 09:20:36 -05:00
tcp net: tcp: Fix sequence number validator 2017-07-11 10:35:19 +03:00
trickle tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
udp net: udp: Remove NET_UDP_HDR() macro and direct access to net_buf 2017-07-07 15:24:00 +03:00
utils tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00