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



----
Email.it, the professional e-mail, gratis per te:clicca qui

Sponsor:
L'auto dei tuoi sogni? Findomestic ti offre finanziamenti chiari e semplici senza anticipi!
Clicca qui


_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to