Configure maximum number of C128 web server connections indirectly via maximum number of TCP connections.

This commit is contained in:
oliverschmidt 2010-04-11 21:34:18 +00:00
parent 67e775ecee
commit 8b6d34dbfc
2 changed files with 2 additions and 5 deletions

View File

@ -1 +1 @@
DEFINES = WITH_LOGGING,WITH_BOOST,WITH_PFS
DEFINES = WITH_LOGGING,WITH_BOOST,WITH_PFS,CONNECTIONS=5

View File

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: contiki-conf.h,v 1.11 2010/02/13 10:44:23 oliverschmidt Exp $
* $Id: contiki-conf.h,v 1.12 2010/04/11 21:34:18 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@ -63,9 +63,6 @@
#define IRC_CONF_WIDTH 80
#define IRC_CONF_HEIGHT 24
#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS
#define WEBSERVER_CONF_CFS_CONNS 8 - 3
#define WWW_CONF_WEBPAGE_WIDTH 80
#define WWW_CONF_WEBPAGE_HEIGHT 20
#define WWW_CONF_HISTORY_SIZE 0