linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Barry K. Nathan" <barryn@cx518206-b.irvn1.occa.home.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] document ECN in 2.4 Configure.help
Date: Sun, 5 Nov 2000 22:15:20 -0800 (PST)	[thread overview]
Message-ID: <200011060615.WAA05490@cx518206-b.irvn1.occa.home.com> (raw)

As the dates below show, I've actually been sitting on this patch for about
a week, but I just now got a chance to post it. I haven't had time to
fully, absolutely, completely grok what ECN is, so it's possible that this
help text is incorrect. If so, I'd like to hear about it.

This patch is against test10pre7 but applies cleanly to test10 final as
well.

-Barry K. Nathan <barryn@pobox.com>

diff -ruN linux-2.4.0test10pre7/Documentation/Configure.help linux-2.4.0test10pre7-bkn/Documentation/Configure.help
--- linux-2.4.0test10pre7/Documentation/Configure.help	Mon Oct 30 21:36:42 2000
+++ linux-2.4.0test10pre7-bkn/Documentation/Configure.help	Tue Oct 31 10:13:32 2000
@@ -2052,6 +2052,23 @@
   If you want to compile it as a module, say M here and read
   Documentation/modules.txt.  If unsure, say `N'.
 
+TCP Explicit Congestion Notification support
+CONFIG_INET_ECN
+  Explicit Congestion Notification (ECN) allows routers to notify
+  clients about network congestion, resulting in fewer dropped packets
+  and increased network performance. This option adds ECN support to the
+  Linux kernel, as well as a sysctl (/proc/sys/net/ipv4/tcp_ecn) which
+  allows ECN support to be disabled at runtime.
+
+  Note that, on the Internet, there are many broken firewalls which
+  refuse connections from ECN-enabled machines, and it may be a while
+  before these firewalls are fixed. Until then, to access a site behind
+  such a firewall (some of which are major sites, at the time of this
+  writing) you will have to disable this option, either by saying N now
+  or by using the sysctl.
+
+  If in doubt, say N.
+
 SYN flood protection
 CONFIG_SYN_COOKIES
   Normal TCP/IP networking is open to an attack known as "SYN
diff -ruN linux-2.4.0test10pre7/Documentation/networking/ip-sysctl.txt linux-2.4.0test10pre7-bkn/Documentation/networking/ip-sysctl.txt
--- linux-2.4.0test10pre7/Documentation/networking/ip-sysctl.txt	Fri Aug 18 10:26:25 2000
+++ linux-2.4.0test10pre7-bkn/Documentation/networking/ip-sysctl.txt	Tue Oct 31 10:13:32 2000
@@ -203,7 +203,7 @@
 tcp_dsack - BOOLEAN
 	Allows TCP to send "duplicate" SACKs.
 
-tcp_ecn - BOOLEN
+tcp_ecn - BOOLEAN
 	Enable Explicit Congestion Notification in TCP.
 
 tcp_reordering - INTEGER
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

             reply	other threads:[~2000-11-06  6:15 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-06  6:15 Barry K. Nathan [this message]
2000-11-06  7:03 ` [PATCH] document ECN in 2.4 Configure.help David S. Miller
2000-11-06 12:16   ` Dominik Kubla
2000-11-06  7:34 ` Oliver Xymoron
2000-11-06  7:30   ` David S. Miller
2000-11-06  8:02     ` Oliver Xymoron
2000-11-06 10:46   ` Andrew Morton
2000-11-06 11:02     ` Alan Cox
2000-11-06 11:11       ` Andi Kleen
2000-11-06 13:02         ` jamal
2000-11-06 13:31         ` James A. Sutherland
2000-11-10 14:58           ` Pavel Machek
2000-11-06 13:08       ` Gregory Maxwell
2000-11-07  2:38 Bernd Eckenfels
2000-11-07  3:34 ` David S. Miller
2000-11-10 22:00   ` Werner Almesberger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200011060615.WAA05490@cx518206-b.irvn1.occa.home.com \
    --to=barryn@cx518206-b.irvn1.occa.home.com \
    --cc=barryn@pobox.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).