From da3a7ffbd8143563002ff12baf0aeb379bf4d6e9 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Thu, 28 Jan 2010 13:49:24 +0000 Subject: [PATCH] Increase uIP buffer size for the bridge to accomodate for the Ethernet headers from the PC host --- tools/sky/uip6-bridge/bridge-conf.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/sky/uip6-bridge/bridge-conf.h b/tools/sky/uip6-bridge/bridge-conf.h index c99adc97a..d96d8af48 100644 --- a/tools/sky/uip6-bridge/bridge-conf.h +++ b/tools/sky/uip6-bridge/bridge-conf.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bridge-conf.h,v 1.4 2009/11/02 11:46:49 adamdunkels Exp $ + * $Id: bridge-conf.h,v 1.5 2010/01/28 13:49:24 adamdunkels Exp $ */ /** @@ -55,5 +55,6 @@ #define CC2420_CONF_AUTOACK 1 - +#undef UIP_CONF_BUFFER_SIZE +#define UIP_CONF_BUFFER_SIZE 256 #endif /* __BRIDGE_CONF_H__ */