Increase the size of the route and neighbor tables

This commit is contained in:
adamdunkels 2010-06-14 07:03:53 +00:00
parent baa62e9314
commit 59f5284248

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.3 2010/05/09 12:52:05 nifi Exp $
* $Id: project-router-conf.h,v 1.4 2010/06/14 07:03:53 adamdunkels Exp $
*/
#ifndef __PROJECT_ROUTER_CONF_H__
@ -37,11 +37,11 @@
/* The number of supported neighbors */
#undef UIP_CONF_DS6_NBR_NBU
#define UIP_CONF_DS6_NBR_NBU 10
#define UIP_CONF_DS6_NBR_NBU 30
/* The number of supported routes */
#undef UIP_CONF_DS6_ROUTE_NBU
#define UIP_CONF_DS6_ROUTE_NBU 10
#define UIP_CONF_DS6_ROUTE_NBU 30
#undef QUEUEBUF_CONF_NUM
#define QUEUEBUF_CONF_NUM 6