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:
parent
8967d8a85e
commit
fc7c0ad3c1
6
TODO
6
TODO
|
@ -22,3 +22,9 @@
|
||||||
the bit when the ack is received.
|
the bit when the ack is received.
|
||||||
Do anything special with sent but unacked packets? Maybe, so you can
|
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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue