[Spread-cvs] commit: r601 - branches/spread_4_2_debug/daemon

jschultz at spread.org jschultz at spread.org
Tue Oct 22 14:34:29 EDT 2013


Author: jschultz
Date: 2013-10-22 14:34:29 -0400 (Tue, 22 Oct 2013)
New Revision: 601

Modified:
   branches/spread_4_2_debug/daemon/spread_params.h
Log:
Reduce MAX_SEQ_GAP so that we don't get token too big errors during debugging


Modified: branches/spread_4_2_debug/daemon/spread_params.h
===================================================================
--- branches/spread_4_2_debug/daemon/spread_params.h	2013-10-22 18:32:49 UTC (rev 600)
+++ branches/spread_4_2_debug/daemon/spread_params.h	2013-10-22 18:34:29 UTC (rev 601)
@@ -71,7 +71,7 @@
 #define		MAX_PACKETS_IN_STRUCT 	8192
 #define		PACKET_MASK		0x00001fff
 
-#define		MAX_SEQ_GAP		1600	/* used in flow control to limit difference between highest_seq and aru */
+#define		MAX_SEQ_GAP		160	/* used in flow control to limit difference between highest_seq and aru */
 
 #define		MAX_EVS_ROUNDS		500 	/* used in EVS state to limit total # of rounds to complete EVS */
 




More information about the Spread-cvs mailing list