From 356f5cfa0403644ee5791881887d9ba49de760a7 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Fri, 23 May 2008 23:13:41 +0000 Subject: [PATCH] The recent optimizations (usage of language card bank2 through new C-library, logging through ROM routine, removal of unused IP forwarding code) allowed to increase the number of concurrent HTTP conntections from 3 to 7 :-) --- platform/apple2enh/contiki-conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/apple2enh/contiki-conf.h b/platform/apple2enh/contiki-conf.h index fee80f8e9..886d3ab55 100644 --- a/platform/apple2enh/contiki-conf.h +++ b/platform/apple2enh/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.13 2008/01/01 19:47:53 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.14 2008/05/23 23:13:41 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -52,7 +52,7 @@ #define MOUSE_CONF_YTOC(y) ((y) / 8) #define WEBSERVER_CONF_CGI_CONNS UIP_CONNS -#define WEBSERVER_CONF_CFS_CONNS 3 +#define WEBSERVER_CONF_CFS_CONNS 7 #define WWW_CONF_WEBPAGE_HEIGHT 19 #define WWW_CONF_HISTORY_SIZE 4