home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9081 < prev    next >
Encoding:
Text File  |  1992-08-25  |  3.0 KB  |  81 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!stanford.edu!morrow.stanford.edu!bir7
  3. From: bir7@leland.Stanford.EDU (Ross Biro)
  4. Subject: Beta TCP/IP
  5. Message-ID: <1992Aug25.233806.11161@morrow.stanford.edu>
  6. Summary: kernel tcp/ip now in beta testing 
  7. Keywords: beta buggy tcp/ip
  8. Sender: news@morrow.stanford.edu (News Service)
  9. Organization: DSG, Stanford University, CA 94305, USA
  10. Date: Tue, 25 Aug 1992 23:38:06 GMT
  11. Lines: 68
  12.  
  13.  
  14. At long last kernel tcp/ip is now ready for beta testing.
  15.  
  16. It is available at nic.funet.fi in Linux/kernel/NET and will soon
  17. be available at tsx-11.mit.edu.
  18.  
  19. If you have not installed networking on a Unix box before, please find
  20. someone who has before flooding the net with questions.
  21.  
  22. Currently only the Western Digital Ethercard Plus and compatibles
  23. are supported (wd80[01]3 boards).  If you have a different ethernet
  24. board you will either have to write your own driver or wait until
  25. someone else does (There is someone who claims to be working on
  26. drivers for many different ethernet boards.)  If you want slip
  27. you will have to wait (There is a slip mailing list for people
  28. interested in working on it.)
  29.  
  30. REMEBER ONLY THE WESTERN DIGITAL BOARDS ARE SUPPORTED.
  31.  
  32. Read the README file BEFORE attemptint to install anything.
  33.  
  34. You will need gcc 2.2.2d to compile programs which use inet sockets.
  35.  
  36. You will need the gcc 2.2.2 libs to run the programs which come with
  37. the tcp/ip code.  
  38.  
  39. Currently all the clients and servers that come with the code are
  40. buggy, and should be replaced as soon as possible.  Source code
  41. is available from anywhere that has the berkeley net2 (or BIND) code.
  42.  
  43. ONLY TCP and UDP are supported.  Although there are provisions for two
  44. other protocolos THEY ARE UNSUPPORTED AND WILL PROBABLY CRASH YOUR
  45. MACHINE IF YOU USE THEM.
  46.  
  47. You may need 4 meg to run the tcp/ip code (At least with the SCSI code
  48. compiled in.  There may be conflicts with the scsi code.)
  49.  
  50. The diffs are against .97 pl2 so you will need to have applied both
  51. patches 1 and 2 to .97 inorder to apply the tcp/ip diffs.
  52.  
  53. The code is beta and has bugs, but most of the problems you will see
  54. are in the clients and servers.  VERIFY THAT YOUR PROBLEM IS IN THE
  55. KERNEL CODE BEFORE MAKING A BUG REPORT.  The best way to do this
  56. is to write a small program which can repeat the bug.
  57.  
  58. Someone else will have to gather together and package new versions
  59. of all the clients and servers once people have debugged them.
  60.  
  61. Now for some highlites
  62.  
  63. The code makes all other implementations of tcp/ip for pc's look
  64. anemic.  FTP transfer rates of 200-300 Kbytes/second have been
  65. reported by the alpha testers. (One person has reported peaks
  66. of 500 Kbytes/second sending with ftp.) You mileage will vary.
  67.  
  68. For most user programs the socket interface is BSD compatible.
  69.  
  70. No NET2 code is in the kernel.   I did not even look at the NET2 code
  71. while I was implementing this so the AT&T lawsuit against BSDI should
  72. not have any affect on this code.
  73.  
  74. Named and the resolver are supported.
  75.  
  76. A machine can have multiple IP addresses and respond differently to each
  77. one.
  78.  
  79.  
  80.  
  81.