[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp
CtpForwardingEngine.h, 1.1.2.2, 1.1.2.3 CtpP.nc, 1.1.2.6, 1.1.2.7
Omprakash Gnawali
gnawali at users.sourceforge.net
Sun Oct 15 19:29:05 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17653
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
CtpForwardingEngine.h CtpP.nc
Log Message:
max retry=30, set routing beacon interval to [1,1024]
Index: CtpForwardingEngine.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/Attic/CtpForwardingEngine.h,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** CtpForwardingEngine.h 8 Sep 2006 21:51:55 -0000 1.1.2.2
--- CtpForwardingEngine.h 16 Oct 2006 02:29:00 -0000 1.1.2.3
***************
*** 87,91 ****
*/
enum {
! MAX_RETRIES = 4
};
--- 87,91 ----
*/
enum {
! MAX_RETRIES = 30
};
Index: CtpP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/Attic/CtpP.nc,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** CtpP.nc 5 Oct 2006 21:44:53 -0000 1.1.2.6
--- CtpP.nc 16 Oct 2006 02:29:00 -0000 1.1.2.7
***************
*** 129,133 ****
components new AMSnooperC(AM_CTP_DATA);
! components new CtpRoutingEngineP(TREE_ROUTING_TABLE_SIZE, 8, 8) as Router;
StdControl = Router;
StdControl = Estimator;
--- 129,133 ----
components new AMSnooperC(AM_CTP_DATA);
! components new CtpRoutingEngineP(TREE_ROUTING_TABLE_SIZE, 1, 1024) as Router;
StdControl = Router;
StdControl = Estimator;
More information about the Tinyos-2-commits
mailing list