Set the maximum number of simultaneous connections to the cgi webserver to the maximum number of uIP connections.

This commit is contained in:
oliverschmidt 2007-11-26 21:38:32 +00:00
parent 2a98ace477
commit f779a8cdff
2 changed files with 6 additions and 2 deletions

View file

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: contiki-conf.h,v 1.5 2007/09/05 10:59:45 oliverschmidt Exp $
* $Id: contiki-conf.h,v 1.6 2007/11/26 21:38:32 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@ -45,4 +45,6 @@
#define UIP_CONF_UDP_CHECKSUMS 1
#define UIP_CONF_LOGGING 1
#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS
#endif /* __CONTIKI_CONF_H__ */

View file

@ -30,7 +30,7 @@
*
* Author: Oliver Schmidt <ol.sc@web.de>
*
* $Id: contiki-conf.h,v 1.7 2007/09/05 11:00:03 oliverschmidt Exp $
* $Id: contiki-conf.h,v 1.8 2007/11/26 21:39:14 oliverschmidt Exp $
*/
#ifndef __CONTIKI_CONF_H__
@ -45,4 +45,6 @@
#define UIP_CONF_UDP_CHECKSUMS 1
#define UIP_CONF_LOGGING 1
#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS
#endif /* __CONTIKI_CONF_H__ */