Files
contiki/examples
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
..
2016-11-27 22:50:45 +01:00
2015-11-03 22:09:24 +01:00
2015-11-03 22:09:24 +01:00
2016-02-15 09:37:38 +01:00
2016-12-14 12:38:55 +01:00
2016-05-30 10:53:20 +02:00
2015-10-20 10:11:37 +02:00
2015-12-21 08:06:14 -02:00
2016-11-02 21:54:02 +01:00
2016-10-15 15:27:42 +02:00