Hi,

I read in the RI-MAC paper that by preloading the message into the TXFIFO
buffer, we can accelerate the Send.send process. I am assuming that
somewhere down the radio stack, we need to copy a message_t structure, which
is somewhat time-consuming,  rather than simply copying copying message_t*
pointer along. Is this true?

I asked because, through tracing into the CC2420 radio stack, I see nothing
beyond pointer copies. I am trying to push the limit of the efficiency of my
protocol, so if such preloading can be done, could someone please tell me
which file I should look at? Thank you.

Best regards,
-- Wenjie Zeng
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to