1 Feb 2012 17:57
SF.net Git: contiki branch master updated. e7cd04b558990690fc7c3d2589b05129b1d4cf84
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "contiki".
The branch, master has been updated
via e7cd04b558990690fc7c3d2589b05129b1d4cf84 (commit)
from 02d3fd47589792e567d6eb2c855858be394372a2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e7cd04b558990690fc7c3d2589b05129b1d4cf84
Author: Ivan Delamer <delamer@...>
Date: Wed Feb 1 09:55:41 2012 -0700
Bug fix: do not overwrite NS or RA messages otherwise generated in the
same uip_ds6_periodic() call.
diff --git a/core/net/uip-ds6.c b/core/net/uip-ds6.c
index 22ebea1..1f54ca0 100644
--- a/core/net/uip-ds6.c
+++ b/core/net/uip-ds6.c
<at> <at> -158,7 +158,8 <at> <at> uip_ds6_periodic(void)
#if UIP_ND6_DEF_MAXDADNS > 0
} else if((locaddr->state == ADDR_TENTATIVE)
&& (locaddr->dadnscount <= uip_ds6_if.maxdadns)
- && (timer_expired(&locaddr->dadtimer))) {
+ && (timer_expired(&locaddr->dadtimer))
(Continue reading)
RSS Feed