home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3187 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  3.2 KB

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