nes-proj/core/net/rpl
George Oikonomou 68f59113d6 Fix a route lifetime bug
There is a bug in the current route purge routine which would
result in a route's lifetime getting decremented more than once
during the same pass. This commit fixes it

The bug is documented here:
http://thread.gmane.org/gmane.os.contiki.devel/16209
2012-12-20 00:17:33 +00:00
..
Makefile.rpl
rpl-conf.h
rpl-dag.c Clean up of a few missing printf() that were converted into PRINTF()s 2012-11-27 23:04:34 +01:00
rpl-ext-header.c
rpl-icmp6.c
rpl-of0.c
rpl-of-etx.c
rpl-private.h Made RPL DAO latency configurable 2012-11-27 23:04:31 +01:00
rpl-timers.c Make RPL DIS transmission interval random in the interval [0, INTERVAL/2]. This is needed to avoid synchronization in large RPL networks. 2012-11-27 23:04:31 +01:00
rpl.c Fix a route lifetime bug 2012-12-20 00:17:33 +00:00
rpl.h Made DIO interval processing a little easier to follow. Explicitly state that the delay is handled as clock timer ticks. 2012-11-27 23:04:31 +01:00