From a9bad71fbd0507fe95607eb813a7c476d1fc5706 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 14 Mar 2010 23:01:12 +0000 Subject: [PATCH] Increased the number of bits that repressent the MAX_RETRANSMITS attribute to allow for more than 7 hop-by-hop retransmissions --- core/net/rime/collect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rime/collect.h b/core/net/rime/collect.h index a6af128be..917c3394e 100644 --- a/core/net/rime/collect.h +++ b/core/net/rime/collect.h @@ -47,7 +47,7 @@ * * This file is part of the Contiki operating system. * - * $Id: collect.h,v 1.13 2010/02/28 09:18:01 adamdunkels Exp $ + * $Id: collect.h,v 1.14 2010/03/14 23:01:12 adamdunkels Exp $ */ /** @@ -71,7 +71,7 @@ { PACKETBUF_ATTR_PACKET_ID, PACKETBUF_ATTR_BIT * COLLECT_PACKET_ID_BITS }, \ { PACKETBUF_ATTR_TTL, PACKETBUF_ATTR_BIT * 4 }, \ { PACKETBUF_ATTR_HOPS, PACKETBUF_ATTR_BIT * 4 }, \ - { PACKETBUF_ATTR_MAX_REXMIT, PACKETBUF_ATTR_BIT * 3 }, \ + { PACKETBUF_ATTR_MAX_REXMIT, PACKETBUF_ATTR_BIT * 4 }, \ { PACKETBUF_ATTR_PACKET_TYPE, PACKETBUF_ATTR_BIT }, \ UNICAST_ATTRIBUTES