[Tinyos-commits] CVS: tinyos-1.x/tos/lib/Deluge Deluge.h,1.24,1.25
Jonathan Hui
jwhui at users.sourceforge.net
Wed Aug 17 21:41:03 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/Deluge
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7931
Modified Files:
Deluge.h
Log Message:
- Increase max period for trickle timer.
Index: Deluge.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/Deluge/Deluge.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Deluge.h 22 Jul 2005 17:40:06 -0000 1.24
--- Deluge.h 18 Aug 2005 04:41:01 -0000 1.25
***************
*** 41,45 ****
enum {
DELUGE_VERSION = 2,
! DELUGE_MAX_ADV_PERIOD_LOG2 = 20,
DELUGE_NUM_NEWDATA_ADVS_REQUIRED = 2,
DELUGE_NUM_MIN_ADV_PERIODS = 2,
--- 41,45 ----
enum {
DELUGE_VERSION = 2,
! DELUGE_MAX_ADV_PERIOD_LOG2 = 22,
DELUGE_NUM_NEWDATA_ADVS_REQUIRED = 2,
DELUGE_NUM_MIN_ADV_PERIODS = 2,
More information about the Tinyos-commits
mailing list