osd-contiki/examples/ipv6
Wojciech Nizinski 5a0d085451 native-border-router: fix for disappearing timer 'uip_ds6_timer_periodic'
When UIP_ND6_SEND_NS is enabled, I've noticed that unreachable
neighbours still remains in REACHABLE state even if lifetime
(nbr->reachable) expired.

During network init 'tcpip_process' is scheduling
'uip_ds6_timer_periodic' is to tick every 100ms and make necessary
expirations.

When MAC addres is received from slip-radio (from 'etimer_process'
context), network is "reinitialized" and timer 'uip_ds6_timer_periodic'
is set again with wrong process.
2017-03-21 13:13:10 +01:00
..
json-ws Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
multicast Fix uip-ds.h table configuration comment 2016-09-05 20:59:36 +02:00
native-border-router native-border-router: fix for disappearing timer 'uip_ds6_timer_periodic' 2017-03-21 13:13:10 +01:00
rpl-border-router Border router: include RPL links in HTTP reply when non-storing mode is enabled 2016-06-29 17:07:00 +02:00
rpl-collect Minor typo change 2016-12-30 13:13:53 +02:00
rpl-tsch Merge pull request #2073 from cetic/pr-fix-send-na 2017-01-20 13:18:43 +01:00
rpl-udp Rm unnecessary uart commands 2016-12-01 15:12:23 +01:00
simple-udp-rpl Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
sky-websense Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00
slip-radio Merge pull request #756 from sieben/dos2unix 2015-10-18 20:26:07 +02:00