From 4d9b05c2ce5f93725683ccf9e1da5d0520d9abd6 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Mon, 19 Oct 2009 21:28:11 +0000 Subject: [PATCH] Increased default header size in packetbuf to accomodate 802.15.4 headers --- core/net/rime/packetbuf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rime/packetbuf.h b/core/net/rime/packetbuf.h index 1c686da5f..bc889d7f5 100644 --- a/core/net/rime/packetbuf.h +++ b/core/net/rime/packetbuf.h @@ -40,7 +40,7 @@ * * This file is part of the Contiki operating system. * - * $Id: packetbuf.h,v 1.2 2009/03/23 10:58:00 nifi Exp $ + * $Id: packetbuf.h,v 1.3 2009/10/19 21:28:11 adamdunkels Exp $ */ /** @@ -71,7 +71,7 @@ #ifdef PACKETBUF_CONF_HDR_SIZE #define PACKETBUF_HDR_SIZE PACKETBUF_CONF_HDR_SIZE #else -#define PACKETBUF_HDR_SIZE 32 +#define PACKETBUF_HDR_SIZE 48 #endif /**