diff options
author | Dan McDonald <danmcd@omniti.com> | 2014-07-18 19:07:35 -0400 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2014-07-18 19:07:35 -0400 |
commit | 680047a5d0ef56480110f0de516145ba0efd5caa (patch) | |
tree | 6ca8f3823606aedfe04b5f2f2a72659149590b48 | |
parent | 6400a6be1817a40f3dbefdd3df7b7d87bcebef30 (diff) | |
download | illumos-joyent-680047a5d0ef56480110f0de516145ba0efd5caa.tar.gz |
474 tcp_strong_iss should be 2 instead of 1 (missing file)
-rw-r--r-- | usr/src/cmd/cmd-inet/etc/default/inetinit.dfl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/cmd-inet/etc/default/inetinit.dfl b/usr/src/cmd/cmd-inet/etc/default/inetinit.dfl index 11b5056010..ffec19bdbf 100644 --- a/usr/src/cmd/cmd-inet/etc/default/inetinit.dfl +++ b/usr/src/cmd/cmd-inet/etc/default/inetinit.dfl @@ -29,7 +29,7 @@ # 1 = Improved sequential generation, with random variance in increment. # 2 = RFC 1948 sequence number generation, unique-per-connection-ID. # -TCP_STRONG_ISS=1 +TCP_STRONG_ISS=2 # # ACCEPT6TO4RELAY sets the policy for 6to4 tunnels communicating with 6to4 # Relay Routers as defined in RFC 3056. Traffic sent from a 6to4 site to a |