note about how contiki isn't using 802.15.4 acks so there isn't much

point to implement them
This commit is contained in:
Mariano Alvira 2011-01-16 12:01:13 -05:00
parent 8967d8a85e
commit fc7c0ad3c1
1 changed files with 7 additions and 1 deletions

8
TODO
View File

@ -21,4 +21,10 @@
Set them all to 1 initially. When a DSN is sent, clear the bit. Set
the bit when the ack is received.
Do anything special with sent but unacked packets? Maybe, so you can
retransmit them.
retransmit them.
Dosen't look like contiki ever uses 802.15.4 acking: grep ACKFRAME
not much point to implement it here unless you also plan to use in
in contiki (pretty substantial change to core Contiki).