changeset 11055:b284fde4401d

5031055 TCP receive windows should be increased
author Kacheong Poon <Kacheong.Poon@Sun.COM>
date Thu, 12 Nov 2009 01:33:12 -0800
parents 9a64431825fe
children b2985e660ebf
files usr/src/uts/common/inet/tcp/tcp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/inet/tcp/tcp.c	Thu Nov 12 16:44:34 2009 +0800
+++ b/usr/src/uts/common/inet/tcp/tcp.c	Thu Nov 12 01:33:12 2009 -0800
@@ -525,7 +525,7 @@
 #define	TCP_XMIT_LOWATER	4096
 #define	TCP_XMIT_HIWATER	49152
 #define	TCP_RECV_LOWATER	2048
-#define	TCP_RECV_HIWATER	49152
+#define	TCP_RECV_HIWATER	128000
 
 /*
  *  PAWS needs a timer for 24 days.  This is the number of ticks in 24 days