On May 26, 2009, at 1:57 AM, Alfred NOBEL wrote: > Dear tinyos users, > Calling PacketAcknowledgements.requestAck to My msg, does it enable > automatic retransmission when wasAcked command returns FALSE?
No, it doesn't. This is in part because different protocols want to respond differently to unacknowledged packets. E.g., a routing protocol might choose a different next hop if the current one doesn't seem to be working. But protocols that work directly on top of the link layer might want to retry then time out. Phil _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
