Temporarily disabled rime route udp because it breaks with newest MAC interfaces

This commit is contained in:
adamdunkels 2010-02-18 21:53:08 +00:00
parent e34eb54960
commit f49ebfe1c4
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ RIME_MESH = mesh.c route.c route-discovery.c
RIME_COLLECT = collect.c neighbor.c neighbor-discovery.c
RIME_RUDOLPH = rudolph0.c rudolph1.c rudolph2.c
ifdef UIP_CONF_IPV6
RIME_UIP6 = rime-udp.c
#RIME_UIP6 = rime-udp.c
endif # UIP_CONF_IPV6
CONTIKI_SOURCEFILES += $(RIME_BASE) \

View File

@ -32,7 +32,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: rimeroute.c,v 1.5 2009/11/20 14:35:58 nvt-se Exp $
* $Id: rimeroute.c,v 1.6 2010/02/18 21:53:08 adamdunkels Exp $
*/
/**
* \file
@ -112,7 +112,7 @@ PROCESS_THREAD(rimeroute_process, ev, data)
rimeroute_event = process_alloc_event();
rime_init(rime_udp_init(NULL));
// rime_init(rime_udp_init(NULL));
/* Cache routes for 10 minutes */
route_set_lifetime(CACHE_TIMEOUT);