Author: skreuzer (doc,ports committer) Date: Tue May 31 18:30:33 2016 New Revision: 301064 URL: https://svnweb.freebsd.org/changeset/base/301064
Log: Document r300240, net.inet.tcp.ecn.enable now is a three way setting Approved by: re (gjb, implicit, relnotes) Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue May 31 18:15:18 2016 (r301063) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Tue May 31 18:30:33 2016 (r301064) @@ -1734,6 +1734,43 @@ <para revision="287798" contrib="sponsor" sponsor="&dell;">The network stack has been updated to fix handling of <acronym>IPv6</acronym> On-Link redirects.</para> + + <para revision="300240">The net.inet.tcp.ecn.enable sysctl mib has been + changed from a binary off/on control to a three way setting.</para> + + <informaltable frame="none" pgwide="0"> + <tgroup cols="2"> + <colspec colwidth="1*"/> + <colspec colwidth="1*"/> + <thead> + <row> + <entry>Value</entry> + <entry>Description</entry> + </row> + </thead> + + <tbody> + <row> + <entry><literal>0</literal></entry> + <entry>Totally disable ECN.</entry> + </row> + + <row> + <entry><literal>1</literal></entry> + <entry>Enable ECN if incoming connections request it. Outgoing + connections will request ECN.</entry> + </row> + + <row> + <entry><literal>2</literal></entry> + <entry>Enable ECN if incoming connections request it. Outgoing + conections will not request ECN.</entry> + </row> + + </tbody> + </tgroup> + </informaltable> + </sect2> </sect1> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"