From f779a8cdffaa52725986f4509d4d8426dc5dc600 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Mon, 26 Nov 2007 21:38:32 +0000 Subject: [PATCH] Set the maximum number of simultaneous connections to the cgi webserver to the maximum number of uIP connections. --- platform/apple2enh/contiki-conf.h | 4 +++- platform/c64/contiki-conf.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/platform/apple2enh/contiki-conf.h b/platform/apple2enh/contiki-conf.h index 3017cefb4..b3a9225af 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.5 2007/09/05 10:59:45 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.6 2007/11/26 21:38:32 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -45,4 +45,6 @@ #define UIP_CONF_UDP_CHECKSUMS 1 #define UIP_CONF_LOGGING 1 +#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS + #endif /* __CONTIKI_CONF_H__ */ diff --git a/platform/c64/contiki-conf.h b/platform/c64/contiki-conf.h index 3c23f55d4..148dbaf15 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.7 2007/09/05 11:00:03 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.8 2007/11/26 21:39:14 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -45,4 +45,6 @@ #define UIP_CONF_UDP_CHECKSUMS 1 #define UIP_CONF_LOGGING 1 +#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS + #endif /* __CONTIKI_CONF_H__ */