mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
* Bump maximum number of udp sockets to 16.
* Remove unused stuff.
This commit is contained in:
parent
eeed4115c4
commit
b32db9763e
@ -1,5 +1,5 @@
|
||||
/* -*- C -*- */
|
||||
/* @(#)$Id: contiki-conf.h,v 1.13 2007/04/04 11:39:49 bg- Exp $ */
|
||||
/* @(#)$Id: contiki-conf.h,v 1.14 2007/04/11 15:22:05 bg- Exp $ */
|
||||
|
||||
#ifndef CONTIKI_CONF_H
|
||||
#define CONTIKI_CONF_H
|
||||
@ -16,8 +16,6 @@
|
||||
#define CCIF
|
||||
#define CLIF
|
||||
|
||||
/* This is still experimental. /bg */
|
||||
#define UAODV_BAD_ROUTE
|
||||
#define AODV_NUM_RT_ENTRIES 32
|
||||
|
||||
/* Helper prototypes that should go somewhere. */
|
||||
@ -50,7 +48,7 @@ void msp430_cpu_init(void); /* Rename to cpu_init() later! */
|
||||
#define UIP_CONF_RECEIVE_WINDOW (UIP_CONF_BUFFER_SIZE - 40)
|
||||
#define UIP_CONF_MAX_CONNECTIONS 4
|
||||
#define UIP_CONF_MAX_LISTENPORTS 8
|
||||
#define UIP_CONF_UDP_CONNS 6
|
||||
#define UIP_CONF_UDP_CONNS 12
|
||||
#define UIP_CONF_FWCACHE_SIZE 30
|
||||
#define UIP_CONF_BROADCAST 1
|
||||
#define UIP_ARCH_IPCHKSUM 1
|
||||
|
Loading…
Reference in New Issue
Block a user