diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-07 05:29:33 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-11-07 07:15:07 -0500 |
commit | 17a83c75ada2cc482981d13ad17fcd5fdc956e4e (patch) | |
tree | 4157a6e303d36f0082f2cabebb18d6c876435ac8 /Documentation | |
parent | 915590cf642d82e4c9eddf8051ce2eb159ef9af4 (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')
-rw-r--r-- | Documentation/networking/00-INDEX | 2 | ||||
-rw-r--r-- | Documentation/networking/ncsa-telnet | 16 |
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 |
75 | multicast.txt | 75 | multicast.txt |
76 | - Behaviour of cards under Multicast | 76 | - Behaviour of cards under Multicast |
77 | ncsa-telnet | ||
78 | - notes on how NCSA telnet (DOS) breaks with MTU discovery enabled. | ||
79 | netdevices.txt | 77 | netdevices.txt |
80 | - info on network device driver functions exported to the kernel. | 78 | - info on network device driver functions exported to the kernel. |
81 | olympic.txt | 79 | olympic.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 @@ | |||
1 | NCSA telnet doesn't work with path MTU discovery enabled. This is due to a | ||
2 | bug in NCSA that also stops it working with other modern networking code | ||
3 | such as Solaris. | ||
4 | |||
5 | The following information is courtesy of | ||
6 | Marek <marekm@i17linuxb.ists.pwr.wroc.pl> | ||
7 | |||
8 | There is a fixed version somewhere on ftp.upe.ac.za (sorry, I don't | ||
9 | remember the exact pathname, and this site is very slow from here). | ||
10 | It may or may not be faster for you to get it from | ||
11 | ftp://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 | ||
13 | path mtu discovery enabled - ncsa 2.3.08 didn't work) and it seems | ||
14 | to work. I don't know if anyone is working on this code - this | ||
15 | version is over a year old. Too bad - it's faster and often more | ||
16 | stable than these windoze telnets, and runs on almost anything... | ||