From 0c5f9992c199203855ed7e22425be5154684e633 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 12 Oct 2010 11:36:42 +0000 Subject: [PATCH] Increased the default number of retransmissions for the send command --- apps/shell/shell-rime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/shell/shell-rime.c b/apps/shell/shell-rime.c index 5528aad11..9a8d4a2fd 100644 --- a/apps/shell/shell-rime.c +++ b/apps/shell/shell-rime.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell-rime.c,v 1.26 2010/09/22 22:11:20 adamdunkels Exp $ + * $Id: shell-rime.c,v 1.27 2010/10/12 11:36:42 adamdunkels Exp $ */ /** @@ -64,7 +64,7 @@ int snprintf(char *str, size_t size, const char *format, ...); #include -#define DEFAULT_COLLECT_REXMITS 4 +#define DEFAULT_COLLECT_REXMITS 15 #define COLLECT_MSG_HDRSIZE 4