contiki/core/net/rime
adamdunkels eed22a6f3c A number of changes to the collect code:
* Added an optional "keep alive" mechanism whereby an idle network is
periodically probed by dummy packets to maintain a recent quality
metric when there is no traffic.
* Bugfix in when new routing metrics should be advertised
* Rewrote the ACK logic so that a queuebuf is not allocated for each
ack, only for those acks generated by the sink node.
* Updated the wrap-around logic for sequence numbers: when a sequence
number wraps, it won't go back to 0. Instead, it wraps to 128. This
allows us to understand when a node has rebooted: when its seqno is <
128, it has recently rebooted.
2010-09-22 22:08:08 +00:00
..
abc.c
abc.h
announcement.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
announcement.h
broadcast-announcement.c added missing include 2010-06-16 10:10:10 +00:00
broadcast-announcement.h
broadcast.c
broadcast.h
chameleon-bitopt.c
chameleon-bitopt.h
chameleon-raw.c
chameleon-raw.h
chameleon.c
chameleon.h
channel.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
channel.h
collect-link-estimate.c Made the initial link estimate explicit 2010-09-22 22:03:21 +00:00
collect-link-estimate.h Significant improvements to the Collect protocol: 2010-09-13 13:28:14 +00:00
collect-neighbor.c Added a function for obtaining the link estimate and rtmetric for a neighbor 2010-09-22 22:04:55 +00:00
collect-neighbor.h Added a function for obtaining the link estimate and rtmetric for a neighbor 2010-09-22 22:04:55 +00:00
collect.c A number of changes to the collect code: 2010-09-22 22:08:08 +00:00
collect.h A number of changes to the collect code: 2010-09-22 22:08:08 +00:00
ipolite.c
ipolite.h
Makefile.rime Rewrite of important parts of the Collect logic: link estimation 2010-09-08 19:21:45 +00:00
mesh.c
mesh.h
multihop.c
multihop.h
neighbor-discovery.c
neighbor-discovery.h added missing include 2010-06-18 08:28:56 +00:00
netflood.c
netflood.h
polite-announcement.c added missing include 2010-06-16 10:10:10 +00:00
polite-announcement.h
polite.c
polite.h added missing include 2010-06-18 08:28:56 +00:00
rime-udp.c
rime-udp.h
rime.c Fix compiler warnings 2010-08-01 21:18:07 +00:00
rimeaddr.c
rimeaddr.h
rimestats.c
rimestats.h
rmh.c
rmh.h
route-discovery.c
route-discovery.h added missing include 2010-06-18 08:28:56 +00:00
route.c Use the list_item_next() API 2010-06-15 19:22:25 +00:00
route.h
rucb.c
rucb.h
rudolph0.c
rudolph0.h
rudolph1.c
rudolph1.h added missing include 2010-06-18 08:28:56 +00:00
rudolph2.c
rudolph2.h added missing include 2010-06-18 08:28:56 +00:00
runicast.c
runicast.h
stbroadcast.c
stbroadcast.h
stunicast.c
stunicast.h
timesynch.c
timesynch.h
trickle.c
trickle.h
unicast.c
unicast.h