diff options
Diffstat (limited to 'usr/src/uts/common/inet/tcp/tcp_tunables.c')
-rw-r--r-- | usr/src/uts/common/inet/tcp/tcp_tunables.c | 5 |
1 files changed, 1 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 1fad61d79b..be75f1f663 100644 --- a/usr/src/uts/common/inet/tcp/tcp_tunables.c +++ b/usr/src/uts/common/inet/tcp/tcp_tunables.c @@ -397,12 +397,9 @@ mod_prop_info_t tcp_propinfo_tbl[] = { mod_set_uint32, mod_get_uint32, {8192, ULP_MAX_BUF, 1024*1024}, {1024*1024} }, - /* - * Question: What default value should I set for tcp_strong_iss? - */ { "_strong_iss", MOD_PROTO_TCP, mod_set_uint32, mod_get_uint32, - {0, 2, 1}, {1} }, + {0, 2, 2}, {2} }, { "_rtt_updates", MOD_PROTO_TCP, mod_set_uint32, mod_get_uint32, |