Added simple web server listing the neighbors and routes

This commit is contained in:
nifi 2010-05-09 12:52:05 +00:00
parent 6909f291af
commit 8c49cf26e5
5 changed files with 425 additions and 2 deletions

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: project-router-conf.h,v 1.2 2010/05/05 21:54:41 nifi Exp $
* $Id: project-router-conf.h,v 1.3 2010/05/09 12:52:05 nifi Exp $
*/
#ifndef __PROJECT_ROUTER_CONF_H__
@ -46,4 +46,13 @@
#undef QUEUEBUF_CONF_NUM
#define QUEUEBUF_CONF_NUM 6
#undef UIP_CONF_BUFFER_SIZE
#define UIP_CONF_BUFFER_SIZE 140
#undef UIP_CONF_RECEIVE_WINDOW
#define UIP_CONF_RECEIVE_WINDOW 60
#undef WEBSERVER_CONF_CFS_CONNS
#define WEBSERVER_CONF_CFS_CONNS 2
#endif /* __PROJECT_ROUTER_CONF_H__ */