[Tinyos-help] MAC Control
Chris Byers
Chris.Byers at macb.com
Wed Jan 31 12:51:03 PST 2007
I have been trying to increase my packet speed for my modified
TestSensor program and to do so I have heard that I should set my MAC
delay to zero. The following is the Mac Control Interface, which I take
it should control the Mac Delay, what in here should I be changing to
arrive at a MAC delay of zero?
* Interface for CC1000 specific controls and signals
*/
/**
* Mac Control Interface
*/
interface MacControl
{
async command void enableAck();
async command void disableAck();
async event int16_t initialBackoff(TOS_MsgPtr m);
async event int16_t congestionBackoff(TOS_MsgPtr m);
}
Thanks,
Chris Byers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070131/fe2a0951/attachment.html
More information about the Tinyos-help
mailing list