diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 27c2ebb4d226..37ff2140159c 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -803,7 +803,17 @@ options HZ=1000 # not compulsory but strongly recommended default for both buffer sizes was 16K. To try to avoid increasing congestion, the default value for net.inet.tcp.local_slowstart_flightsize has - been changed from infinity to 4. &merged; + been changed from infinity to 4. &merged; + + On busy hosts, the new larger buffer sizes may require + manually increasing the + NMBCLUSTERS parameter, either in the + kernel configuration file or via the + kern.ipc.nmbclusters loader tunable. + netstat -mb can be used to monitor the + state of mbuf clusters. + + TCP now supports RFC 1948 (Defending Against Sequence Number Attacks). This functionality is controlled by the diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index 27c2ebb4d226..37ff2140159c 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -803,7 +803,17 @@ options HZ=1000 # not compulsory but strongly recommended default for both buffer sizes was 16K. To try to avoid increasing congestion, the default value for net.inet.tcp.local_slowstart_flightsize has - been changed from infinity to 4. &merged; + been changed from infinity to 4. &merged; + + On busy hosts, the new larger buffer sizes may require + manually increasing the + NMBCLUSTERS parameter, either in the + kernel configuration file or via the + kern.ipc.nmbclusters loader tunable. + netstat -mb can be used to monitor the + state of mbuf clusters. + + TCP now supports RFC 1948 (Defending Against Sequence Number Attacks). This functionality is controlled by the