aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-11-07 05:29:33 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2007-11-07 07:15:07 -0500
commit17a83c75ada2cc482981d13ad17fcd5fdc956e4e (patch)
tree4157a6e303d36f0082f2cabebb18d6c876435ac8 /Documentation/networking
parent915590cf642d82e4c9eddf8051ce2eb159ef9af4 (diff)
[NET]: Remove Documentation/networking/ncsa-telnet
Newsflash: There once was a version of NCSA telnet that had some bug. Spotted by Pekka Pietikainen. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/00-INDEX2
-rw-r--r--Documentation/networking/ncsa-telnet16
2 files changed, 0 insertions, 18 deletions
diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX
index a9f4accd8989..9c64042fb88b 100644
--- a/Documentation/networking/00-INDEX
+++ b/Documentation/networking/00-INDEX
@@ -74,8 +74,6 @@ ltpc.txt
74 - the Apple or Farallon LocalTalk PC card driver 74 - the Apple or Farallon LocalTalk PC card driver
75multicast.txt 75multicast.txt
76 - Behaviour of cards under Multicast 76 - Behaviour of cards under Multicast
77ncsa-telnet
78 - notes on how NCSA telnet (DOS) breaks with MTU discovery enabled.
79netdevices.txt 77netdevices.txt
80 - info on network device driver functions exported to the kernel. 78 - info on network device driver functions exported to the kernel.
81olympic.txt 79olympic.txt
diff --git a/Documentation/networking/ncsa-telnet b/Documentation/networking/ncsa-telnet
deleted file mode 100644
index d77d28b09093..000000000000
--- a/Documentation/networking/ncsa-telnet
+++ /dev/null
@@ -1,16 +0,0 @@
1NCSA telnet doesn't work with path MTU discovery enabled. This is due to a
2bug in NCSA that also stops it working with other modern networking code
3such as Solaris.
4
5The following information is courtesy of
6Marek <marekm@i17linuxb.ists.pwr.wroc.pl>
7
8There is a fixed version somewhere on ftp.upe.ac.za (sorry, I don't
9remember the exact pathname, and this site is very slow from here).
10It may or may not be faster for you to get it from
11ftp://ftp.ists.pwr.wroc.pl/pub/msdos/telnet/ncsa_upe/tel23074.zip
12(source is in v230704s.zip). I have tested it with 1.3.79 (with
13path mtu discovery enabled - ncsa 2.3.08 didn't work) and it seems
14to work. I don't know if anyone is working on this code - this
15version is over a year old. Too bad - it's faster and often more
16stable than these windoze telnets, and runs on almost anything...