|
Referring to this (long) thread http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-January/014214.html
now I found a simple solution to my problem,
according to your suggestions: make the task queue larger with flag
PFLAGS=
-DTOSH_MAX_TASKS_LOG2=n
in Makefile. This creates a task queue of 2^n
(in my case with n=8 all works).
Before today I didn't understand that there was
this way to change the task queue depth.
With this flag I obtained the wanted behaviour: the
receiver receives the packet immediately after the task execution.
Thanks again,
Andrea ---- |
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
