mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-18 12:05:11 +00:00
Configure maximum number of C128 web server connections indirectly via maximum number of TCP connections.
This commit is contained in:
parent
67e775ecee
commit
8b6d34dbfc
@ -1 +1 @@
|
||||
DEFINES = WITH_LOGGING,WITH_BOOST,WITH_PFS
|
||||
DEFINES = WITH_LOGGING,WITH_BOOST,WITH_PFS,CONNECTIONS=5
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user