home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apollo / 3323 < prev    next >
Encoding:
Text File  |  1992-08-20  |  1.6 KB  |  35 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!gatech!destroyer!terminator!pisa.citi.umich.edu!rees
  3. From: rees@pisa.citi.umich.edu (Jim Rees)
  4. Subject: Re: SLIP & SR10.3
  5. Message-ID: <5aaca51e.1bc5b@pisa.citi.umich.edu>
  6. Keywords: slip domainOS 10.3
  7. Sender: news@terminator.cc.umich.edu (Usenet Owner)
  8. Reply-To: Jim.Rees@umich.edu
  9. Organization: University of Michigan IFS Project
  10. References: <1541@lysator.liu.se>
  11. Date: Thu, 20 Aug 1992 15:11:16 GMT
  12. Lines: 21
  13.  
  14. In article <1541@lysator.liu.se>, pen@lysator.liu.se (Peter Eriksson) writes:
  15.  
  16.   I have some slight memories of someone saying that the hardware
  17.   flow control for the serial ports was broken under SR10.3. Is that
  18.   so? I have had very big problems with running a SLIP link between our
  19.   Sun 4/380 and our four old Apollo (DN300, DN550, DN560 and DN660) machines.
  20.  
  21. The sr10.2 tcp slip had some problems.  It had a fixed mtu of 1000, it
  22. turned off hardware flow control on "ifconfig up," and, worst of all, the
  23. sl_output routine just did a plain term_$write.  So the whole tcp process
  24. would hang waiting for the tty to drain.  This is fatal if you're using your
  25. Apollo as a slip gateway to your home ethernet and token ring, as I do (my
  26. ISDN line isn't set up for ip yet).
  27.  
  28. There is nothing wrong with the tty hardware flow control (below 19.2
  29. anyway), but you need to turn it on with tctl after you bring the interface
  30. up.
  31.  
  32. I have fixes for these problems, and vj header compression too, but I don't
  33. think they've been incorporated into later releases of Domain/OS.  I am
  34. unable to redistribute these fixes outside of UM, so don't ask.
  35.