[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep119.txt,1.15,1.16
Omprakash Gnawali
gnawali at users.sourceforge.net
Thu Aug 21 10:55:38 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26311
Modified Files:
tep119.txt
Log Message:
some tweaks
Index: tep119.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep119.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tep119.txt 21 Aug 2008 05:11:47 -0000 1.15
--- tep119.txt 21 Aug 2008 17:55:35 -0000 1.16
***************
*** 195,203 ****
ColletionC MUST NOT signal Receive.receive on non-root
nodes. CollectionC MUST signal Receive.receive on a root node when a
! data packet successfully arrives at that node. If a root node calls
! Send, CollectionC MUST treat it as it if were a received packet. Note
! that the buffer swapping semantics of Receive.receive, when combined
! with the pass semantics of Send, require that CollectionC make a copy
! of the buffer if it signals Receive.receive.
If CollectionC receives a data packet to forward and it is not a root
--- 195,205 ----
ColletionC MUST NOT signal Receive.receive on non-root
nodes. CollectionC MUST signal Receive.receive on a root node when a
! unique (non-duplicate) data packet successfully arrives at that
! node. It MAY signal Receive.receive when a duplicate data packet
! successfully arrives. If a root node calls Send, CollectionC MUST
! treat it as it if were a received packet. Note that the buffer
! swapping semantics of Receive.receive, when combined with the pass
! semantics of Send, require that CollectionC make a copy of the buffer
! if it signals Receive.receive.
If CollectionC receives a data packet to forward and it is not a root
More information about the Tinyos-2-commits
mailing list