From 67e775ecee62119eca6b10e4e3276cdc64cc09f5 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 11 Apr 2010 21:30:14 +0000 Subject: [PATCH] The maximum number of C64 web server connections is now equal to the (new) default as the CBM PFS allows for 10 open files. --- platform/c64/contiki-conf.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/platform/c64/contiki-conf.h b/platform/c64/contiki-conf.h index 9dfab4078..0bec4b195 100644 --- a/platform/c64/contiki-conf.h +++ b/platform/c64/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.21 2010/02/13 10:46:36 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.22 2010/04/11 21:30:14 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -63,9 +63,6 @@ #define IRC_CONF_WIDTH 40 #define IRC_CONF_HEIGHT 24 -#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS -#define WEBSERVER_CONF_CFS_CONNS 8 - 3 - #define WWW_CONF_WEBPAGE_WIDTH 40 #define WWW_CONF_WEBPAGE_HEIGHT 20 #define WWW_CONF_HISTORY_SIZE 4