[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection TreeCollectionC.nc, 1.1.2.12, 1.1.2.13

Rodrigo Fonseca rfonseca76 at users.sourceforge.net
Sun Jun 11 09:26:29 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25621

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	TreeCollectionC.nc 
Log Message:
Increased number of routing table entries to 10.


Index: TreeCollectionC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/TreeCollectionC.nc,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -C2 -d -r1.1.2.12 -r1.1.2.13
*** TreeCollectionC.nc	10 Jun 2006 19:11:58 -0000	1.1.2.12
--- TreeCollectionC.nc	11 Jun 2006 16:26:27 -0000	1.1.2.13
***************
*** 22,26 ****
      CLIENT_COUNT = uniqueCount(UQ_COLLECTION_CLIENT),
      FORWARD_COUNT = 5,
!     TREE_ROUTING_TABLE_SIZE = 4,
      QUEUE_SIZE = CLIENT_COUNT + FORWARD_COUNT,
    };
--- 22,26 ----
      CLIENT_COUNT = uniqueCount(UQ_COLLECTION_CLIENT),
      FORWARD_COUNT = 5,
!     TREE_ROUTING_TABLE_SIZE = 10,
      QUEUE_SIZE = CLIENT_COUNT + FORWARD_COUNT,
    };



More information about the Tinyos-2-commits mailing list