diff options
author | Kacheong Poon <Kacheong.Poon@Sun.COM> | 2009-11-12 01:33:12 -0800 |
---|---|---|
committer | Kacheong Poon <Kacheong.Poon@Sun.COM> | 2009-11-12 01:33:12 -0800 |
commit | 34213908941ae255c8e6e4760ccd917fdf67e8b0 (patch) | |
tree | 8ca6bda261367959a9fa80e3c778ca42ef6de5b9 /usr/src | |
parent | ac549041eafb1599fbfa7a7d1b2e28579be30614 (diff) | |
download | illumos-gate-34213908941ae255c8e6e4760ccd917fdf67e8b0.tar.gz |
5031055 TCP receive windows should be increased
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/inet/tcp/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/tcp/tcp.c b/usr/src/uts/common/inet/tcp/tcp.c index 0e1ef43cfb..bfa25ce300 100644 --- a/usr/src/uts/common/inet/tcp/tcp.c +++ b/usr/src/uts/common/inet/tcp/tcp.c @@ -525,7 +525,7 @@ uint_t tcp_free_list_max_cnt = 0; #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 |