nes-proj/core/net
Yasuyuki Tanaka 6869dc7004 Yield inside busywaiting loops under cooja-ip64 (nullrdc.c)
The while loops waiting ACK_WAIT_TIME and AFTER_ACK_DETECTED_WAIT_TIME
cause infinite loop under the cooja-ip64 platform. This is because
RTIMER_NOW(), rtimer_arch_now(), has been changed not to call
cooja_mt_yield() in it since rtimer was reimplemented as a higher
resolution timer.

In order to avoid the infinite loop, cooja_mt_yield() needs to be
called inside the while loops under the platform as well as the cooja
platform.
2016-09-06 15:14:10 +02:00
..
http-socket
ip Merge pull request #1493 from simonduq/pr/add-missing-ext-hdr 2016-07-25 14:56:25 +02:00
ip64
ipv4
ipv6 Merge pull request #1217 from tiagoshibata/c64_compilation_fixes 2016-07-25 14:57:24 +02:00
llsec noncoresec: Fix build errors with DEBUG set to 1 2016-06-23 22:10:43 +02:00
mac Yield inside busywaiting loops under cooja-ip64 (nullrdc.c) 2016-09-06 15:14:10 +02:00
rime Make set_bits_in_byte() static (like for get_bits_in_byte) 2016-07-30 12:57:09 +02:00
rpl fixed identantion on code below alteration 2016-09-05 16:24:55 +01:00
link-stats.c
link-stats.h
linkaddr.c
linkaddr.h
nbr-table.c
nbr-table.h
net-debug.c
net-debug.h
netstack.c
netstack.h
packetbuf.c
packetbuf.h
queuebuf.c
queuebuf.h