Configure maximum number of Apple2 web server connections indirectly via maximum number of TCP connections.
This commit is contained in:
parent
eebbd2694c
commit
8108585795
|
@ -1 +1 @@
|
|||
DEFINES = WITH_LOGGING,WITH_BOOST
|
||||
DEFINES = WITH_LOGGING,WITH_BOOST,CONNECTIONS=5
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue