[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpForwardingEngineP.nc, 1.18, 1.19

Phil Levis scipio at users.sourceforge.net
Fri Jul 17 14:28:17 PDT 2009


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2034

Modified Files:
	CtpForwardingEngineP.nc 
Log Message:
Remove london


Index: CtpForwardingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/CtpForwardingEngineP.nc,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** CtpForwardingEngineP.nc	17 Jul 2009 21:16:34 -0000	1.18
--- CtpForwardingEngineP.nc	17 Jul 2009 21:28:15 -0000	1.19
***************
*** 33,37 ****
  /**
   *  This component contains the forwarding path
!  *  of CTP London, the standard CTP implementation packaged with
   *  TinyOS 2.x. The CTP specification can be found in TEP 123.
   *  The paper entitled "Collection Tree Protocol," by Omprakash
--- 33,37 ----
  /**
   *  This component contains the forwarding path
!  *  of the standard CTP implementation packaged with
   *  TinyOS 2.x. The CTP specification can be found in TEP 123.
   *  The paper entitled "Collection Tree Protocol," by Omprakash
***************
*** 39,49 ****
   *  provides detailed performance results.</p>
   *
!  *  <p>The CTP London ForwardingEngine is responsible for queueing and scheduling
!  *  outgoing packets. It maintains a pool of
!  *  forwarding messages and a packet send queue. A ForwardingEngine
!  *  with a forwarding message pool of size <i>F</i> and <i>C</i>
   *  CollectionSenderC clients has a send queue of size <i>F +
!  *  C</i>. This implementation several configuration
!  *  constants, which can be found in <code>ForwardingEngine.h</code>.</p>
   *
   *  <p>Packets in the send queue are sent in FIFO order, with head-of-line
--- 39,49 ----
   *  provides detailed performance results.</p>
   *
!  *  <p>The CTP ForwardingEngine is responsible for queueing and
!  *  scheduling outgoing packets. It maintains a pool of forwarding
!  *  messages and a packet send queue. A ForwardingEngine with a
!  *  forwarding message pool of size <i>F</i> and <i>C</i>
   *  CollectionSenderC clients has a send queue of size <i>F +
!  *  C</i>. This implementation several configuration constants, which
!  *  can be found in <code>ForwardingEngine.h</code>.</p>
   *
   *  <p>Packets in the send queue are sent in FIFO order, with head-of-line



More information about the Tinyos-2-commits mailing list