[Tinyos-2-commits] CVS: tinyos-2.x/doc/txt tep111.txt, 1.1.2.14, 1.1.2.15

Phil Levis scipio at users.sourceforge.net
Wed Oct 4 13:01:48 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/doc/txt
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20789/txt

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	tep111.txt 
Log Message:
Comments from telecon today.


Index: tep111.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/txt/tep111.txt,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -C2 -d -r1.1.2.14 -r1.1.2.15
*** tep111.txt	4 Oct 2006 19:57:57 -0000	1.1.2.14
--- tep111.txt	4 Oct 2006 20:01:45 -0000	1.1.2.15
***************
*** 149,153 ****
  data payload were at different offsets for different link layers, then
  passing a packet between two link layers would require a ``memmove(3)``
! operation (essentially, a copy).
  
  The header, footer, and metadata formats are all opaque. Source code
--- 149,157 ----
  data payload were at different offsets for different link layers, then
  passing a packet between two link layers would require a ``memmove(3)``
! operation (essentially, a copy). Unlike in TinyOS 1.x, where TOS_Msg
! as explicitly an active messaging packet, message_t is a more general
! data-link buffer. In practice, most data-link layers in TinyOS 2.x 
! provide active messaging, but it is possible for a non-AM stack to 
! share message_t with AM stacks.
  
  The header, footer, and metadata formats are all opaque. Source code



More information about the Tinyos-2-commits mailing list