diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2016-05-31 18:30:33 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2016-05-31 18:30:33 +0000 |
commit | fd8d19926e575e145305438d86b3caa661bde2f7 (patch) | |
tree | cc2f89e6604868468e338cc11f6b961b35a88bdc /release/doc | |
parent | 60c5e7a9bfa63573272baa711ded9e5e1d1f088d (diff) |
Document r300240, net.inet.tcp.ecn.enable now is a three way setting
Approved by: re (gjb, implicit, relnotes)
Notes
Notes:
svn path=/head/; revision=301064
Diffstat (limited to 'release/doc')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 95b3cb215213..cececb959c08 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -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> |