[Spread-cvs] commit: r645 - trunk/daemon

jschultz at spread.org jschultz at spread.org
Tue Jan 14 14:20:45 EST 2014


Author: jschultz
Date: 2014-01-14 14:20:44 -0500 (Tue, 14 Jan 2014)
New Revision: 645

Modified:
   trunk/daemon/configuration.c
   trunk/daemon/spread_params.h
Log:
Updates to default window, personal window and accelerated window.


Modified: trunk/daemon/configuration.c
===================================================================
--- trunk/daemon/configuration.c	2014-01-14 11:25:03 UTC (rev 644)
+++ trunk/daemon/configuration.c	2014-01-14 19:20:44 UTC (rev 645)
@@ -107,8 +107,8 @@
 static  int     PersonalWindow = DEFAULT_PERSONAL_WINDOW;
 
 static  bool    AcceleratedRingFlag = FALSE;
-static  bool    AcceleratedRing = FALSE;
-static  int     AcceleratedWindow = 0;
+static  bool    AcceleratedRing     = FALSE;
+static  int     AcceleratedWindow   = DEFAULT_ACCELERATED_WINDOW;
 
 enum 
 {

Modified: trunk/daemon/spread_params.h
===================================================================
--- trunk/daemon/spread_params.h	2014-01-14 11:25:03 UTC (rev 644)
+++ trunk/daemon/spread_params.h	2014-01-14 19:20:44 UTC (rev 645)
@@ -39,6 +39,7 @@
 #define		SP_MAJOR_VERSION	4
 #define         SP_MINOR_VERSION        3
 #define         SP_PATCH_VERSION        0
+
 #define         SPREAD_PROTOCOL         3
 
 #define         SPREAD_BUILD_DATE       "02/July/2013"
@@ -89,7 +90,8 @@
 
 #define         MAX_WRAP_SEQUENCE_VALUE (1<<30) /* Maximum value for token->seq before reseting to zero with membership */
 
-#define		DEFAULT_WINDOW 		100
-#define		DEFAULT_PERSONAL_WINDOW	 20
+#define		DEFAULT_WINDOW 		   160
+#define		DEFAULT_PERSONAL_WINDOW	    20
+#define		DEFAULT_ACCELERATED_WINDOW  15
 
 #endif /* INC_SPREAD_PARAMS */




More information about the Spread-cvs mailing list