From 46ce00c173803b4a11f0714bb8a866730c15f5b7 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sat, 6 Nov 2010 11:55:15 +0000 Subject: [PATCH] Even out the transmissions during the interval --- examples/ipv6/rpl-collect/collect-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ipv6/rpl-collect/collect-common.c b/examples/ipv6/rpl-collect/collect-common.c index 9f7755158..f0257df51 100644 --- a/examples/ipv6/rpl-collect/collect-common.c +++ b/examples/ipv6/rpl-collect/collect-common.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: collect-common.c,v 1.1 2010/11/03 15:36:38 adamdunkels Exp $ + * $Id: collect-common.c,v 1.2 2010/11/06 11:55:15 adamdunkels Exp $ */ /** @@ -50,7 +50,7 @@ static unsigned long time_offset; static int send_active = 1; #define PERIOD 60 -#define RANDWAIT 2 +#define RANDWAIT 60 /*---------------------------------------------------------------------------*/ PROCESS(collect_common_process, "collect common process");