summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/inet/tcp/tcp_tunables.c
diff options
context:
space:
mode:
authorKacheong Poon <Kacheong.Poon@Sun.COM>2010-06-03 09:14:53 -0700
committerKacheong Poon <Kacheong.Poon@Sun.COM>2010-06-03 09:14:53 -0700
commit707e74bc53cd429bcd731df722227c7dc2de47c6 (patch)
tree0f2a109c8010346e27f6d1836d8dca9444a89204 /usr/src/uts/common/inet/tcp/tcp_tunables.c
parentef497ae340a97bcb1bdee3babfa67414def6d8ca (diff)
downloadillumos-joyent-707e74bc53cd429bcd731df722227c7dc2de47c6.tar.gz
PSARC 2010/151 new socket options for TCP timers
6955557 Various new TCP socket options
Diffstat (limited to 'usr/src/uts/common/inet/tcp/tcp_tunables.c')
-rw-r--r--usr/src/uts/common/inet/tcp/tcp_tunables.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/uts/common/inet/tcp/tcp_tunables.c b/usr/src/uts/common/inet/tcp/tcp_tunables.c
index 1d01d9a1b1..9f54799fa1 100644
--- a/usr/src/uts/common/inet/tcp/tcp_tunables.c
+++ b/usr/src/uts/common/inet/tcp/tcp_tunables.c
@@ -19,8 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2010 Sun Microsystems, Inc. All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
*/
#include <inet/ip.h>
@@ -337,8 +336,8 @@ mod_prop_info_t tcp_propinfo_tbl[] = {
{ "tcp_fin_wait_2_flush_interval", MOD_PROTO_TCP,
mod_set_uint32, mod_get_uint32,
- {1*SECONDS, UINT32_MAX, 675*SECONDS},
- {675*SECONDS} },
+ {1*SECONDS, 2*HOURS, 60*SECONDS},
+ {60*SECONDS} },
{ "tcp_max_buf", MOD_PROTO_TCP,
mod_set_uint32, mod_get_uint32,