From 953212e29790d8840771b7e527b442b606223028 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Mon, 26 Nov 2007 21:52:26 +0000 Subject: [PATCH] Set the maximum number of simultaneous connections to the cfs webserver to the maximum number of uIP connections. --- platform/c64/contiki-conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/c64/contiki-conf.h b/platform/c64/contiki-conf.h index 148dbaf15..e7ce2d3bf 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.8 2007/11/26 21:39:14 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.9 2007/11/26 21:52:26 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -46,5 +46,6 @@ #define UIP_CONF_LOGGING 1 #define WEBSERVER_CONF_CGI_CONNS UIP_CONNS +#define WEBSERVER_CONF_CFS_CONNS UIP_CONNS #endif /* __CONTIKI_CONF_H__ */