contiki/core/net/rime
2009-05-06 15:04:20 +00:00
..
abc.c
abc.h
announcement.c
announcement.h Documentation fix 2009-05-06 15:04:20 +00:00
broadcast.c
broadcast.h
chameleon-bitopt.c
chameleon-bitopt.h
chameleon-raw.c
chameleon-raw.h
chameleon.c
chameleon.h
channel.c
channel.h
collect.c Fixes by Ward Van Heddeghem (reapplied from versioin 1.24) 2009-04-30 20:21:06 +00:00
collect.h Rewrite of the collect module. The new version uses a packet queue for outgoing and forwarded packets so that more than one packet can be forwarded at the same time. The new version uses the packetqueue module to maintain the packet queue. 2009-04-29 20:48:57 +00:00
ctimer.c
ctimer.h
ipolite.c
ipolite.h
Makefile.rime New module: packetqueue. The packetqueue module maintains packet queues for other modules. 2009-04-29 20:47:30 +00:00
mesh.c Added const to constant parameters (rime addresses) 2009-03-24 07:15:04 +00:00
mesh.h Added const to constant parameters (rime addresses) 2009-03-24 07:15:04 +00:00
multihop.c Bugfix in debug message printout 2009-04-28 14:01:46 +00:00
multihop.h Added const to constant parameters (rime addresses) 2009-03-24 07:15:04 +00:00
neighbor-discovery.c
neighbor-discovery.h
neighbor.c Increased size of temporary stack value to avoid overflowing when computation is done with 8-bit integers 2009-04-06 21:19:00 +00:00
neighbor.h
netflood.c
netflood.h
packetbuf.c
packetbuf.h
packetqueue.c New module: packetqueue. The packetqueue module maintains packet queues for other modules. 2009-04-29 20:47:30 +00:00
packetqueue.h minor documentation fixes 2009-05-06 08:37:48 +00:00
polite-announcement.c
polite-announcement.h
polite.c
polite.h
queuebuf.c
queuebuf.h
rime-udp.c simplified code by using udp_broadcast_new. 2009-04-13 19:55:15 +00:00
rime-udp.h A module that enables Rime to run over UDP. 2009-04-06 13:13:26 +00:00
rime.c
rimeaddr.c
rimeaddr.h
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c save copy of a rime address that points to a packet buffer, since the 2009-04-06 13:16:39 +00:00
route-discovery.h Added const to constant parameters (rime addresses) 2009-03-24 07:15:04 +00:00
route.c Removed automatic refresh of routes from the route_lookup() function and moved it into an explicit route_refresh() function. The previous behaviour was dangerous, since it meant that even bad routes that someone was looking for were considered fresh. Now such routes time out if they are not explictily refreshed (e.g., on a packet reception) 2009-05-04 11:23:30 +00:00
route.h Removed automatic refresh of routes from the route_lookup() function and moved it into an explicit route_refresh() function. The previous behaviour was dangerous, since it meant that even bad routes that someone was looking for were considered fresh. Now such routes time out if they are not explictily refreshed (e.g., on a packet reception) 2009-05-04 11:23:30 +00:00
rucb.c minor bugfixes: a rucb sender could not immediately after start receiving a bulk transfer 2009-04-16 14:32:01 +00:00
rucb.h
rudolph0.c
rudolph0.h
rudolph1.c
rudolph1.h
rudolph2.c
rudolph2.h
runicast.c Added debug printouts 2009-04-06 21:19:34 +00:00
runicast.h
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c
timesynch.h
trickle.c Added a timer that randomizes the retransmission of an incoming new trickle version to avoid broadcast collisions 2009-04-06 21:20:35 +00:00
trickle.h Added a timer that randomizes the retransmission of an incoming new trickle version to avoid broadcast collisions 2009-04-06 21:20:35 +00:00
unicast.c
unicast.h