Set the maximum number of simultaneous connections to the cfs webserver to the maximum number of uIP connections.
This commit is contained in:
parent
74a6ee69e6
commit
953212e297
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Oliver Schmidt <ol.sc@web.de>
|
* Author: Oliver Schmidt <ol.sc@web.de>
|
||||||
*
|
*
|
||||||
* $Id: contiki-conf.h,v 1.8 2007/11/26 21:39:14 oliverschmidt Exp $
|
* $Id: contiki-conf.h,v 1.9 2007/11/26 21:52:26 oliverschmidt Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONTIKI_CONF_H__
|
#ifndef __CONTIKI_CONF_H__
|
||||||
|
@ -46,5 +46,6 @@
|
||||||
#define UIP_CONF_LOGGING 1
|
#define UIP_CONF_LOGGING 1
|
||||||
|
|
||||||
#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS
|
#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS
|
||||||
|
#define WEBSERVER_CONF_CFS_CONNS UIP_CONNS
|
||||||
|
|
||||||
#endif /* __CONTIKI_CONF_H__ */
|
#endif /* __CONTIKI_CONF_H__ */
|
||||||
|
|
Loading…
Reference in a new issue