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

6
TODO
View File

@ -22,3 +22,9 @@
the bit when the ack is received.
Do anything special with sent but unacked packets? Maybe, so you can
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).