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

This commit is contained in:
oliverschmidt 2010-04-11 21:23:45 +00:00
parent eebbd2694c
commit 8108585795
2 changed files with 2 additions and 5 deletions

View file

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

View file

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: contiki-conf.h,v 1.21 2010/03/27 15:16:57 oliverschmidt Exp $
* $Id: contiki-conf.h,v 1.22 2010/04/11 21:23:45 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@ -53,9 +53,6 @@
#define IRC_CONF_WIDTH 80
#define IRC_CONF_HEIGHT 23
#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 19
#define WWW_CONF_HISTORY_SIZE 4