public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] document ECN in 2.4 Configure.help
@ 2000-11-06  6:15 Barry K. Nathan
  2000-11-06  7:03 ` David S. Miller
  2000-11-06  7:34 ` Oliver Xymoron
  0 siblings, 2 replies; 16+ messages in thread
From: Barry K. Nathan @ 2000-11-06  6:15 UTC (permalink / raw)
  To: linux-kernel

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/

^ permalink raw reply	[flat|nested] 16+ messages in thread
* Re: [PATCH] document ECN in 2.4 Configure.help
@ 2000-11-07  2:38 Bernd Eckenfels
  2000-11-07  3:34 ` David S. Miller
  0 siblings, 1 reply; 16+ messages in thread
From: Bernd Eckenfels @ 2000-11-07  2:38 UTC (permalink / raw)
  To: linux-kernel

In article <Pine.LNX.4.10.10011060113240.8248-100000@waste.org> you wrote:
> I'm still not sure why it's been decided not to do fallback or how this
> whole situation is any different from path MTU discovery.

Because this will add a Fallback (non ECN) packet to every denied target. I
think this is bad policy at least. It might violate the RFCs, too. Keep in
mind, we cannot recognice a rejection due to ECN.

Greetings
Bernd
-
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/

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2000-11-10 22:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-06  6:15 [PATCH] document ECN in 2.4 Configure.help Barry K. Nathan
2000-11-06  7:03 ` 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
  -- strict thread matches above, loose matches on Subject: below --
2000-11-07  2:38 Bernd Eckenfels
2000-11-07  3:34 ` David S. Miller
2000-11-10 22:00   ` Werner Almesberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox