[Tinyos-beta-commits] CVS: tinyos-1.x/beta/Drain Drain.h,1.14,1.15

Gilman Tolle gtolle at users.sourceforge.net
Thu Aug 11 13:19:36 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/Drain
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29356

Modified Files:
	Drain.h 
Log Message:
Increased the Drain queue size from 6 to 12. If one forwarder has a number of children equal to the queue size, the queue overflows when all nodes respond at once. This showed up in some scalability testing.

Index: Drain.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Drain/Drain.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Drain.h	28 Jul 2005 20:31:18 -0000	1.14
--- Drain.h	11 Aug 2005 20:19:33 -0000	1.15
***************
*** 46,50 ****
  enum drainConsts {
    DRAIN_SEND_QUEUE_SIZE = 3, 
!   DRAIN_FWD_QUEUE_SIZE = 6,
    DRAIN_MAX_RETRANSMITS = 0, // does nothing, for now.
    DRAIN_MAX_MISSED_BEACONS = 5,
--- 46,50 ----
  enum drainConsts {
    DRAIN_SEND_QUEUE_SIZE = 3, 
!   DRAIN_FWD_QUEUE_SIZE = 12,
    DRAIN_MAX_RETRANSMITS = 0, // does nothing, for now.
    DRAIN_MAX_MISSED_BEACONS = 5,



More information about the Tinyos-beta-commits mailing list