From fc7c0ad3c160986576f4b60cb5371a33ca0df8b6 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Sun, 16 Jan 2011 12:01:13 -0500 Subject: [PATCH] note about how contiki isn't using 802.15.4 acks so there isn't much point to implement them --- TODO | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 8a68f8400..ccb5adf72 100644 --- a/TODO +++ b/TODO @@ -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. \ No newline at end of file + 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). +