home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / hardware / 3492 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.6 KB

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.hardware
  4. Subject: Re: Do SPARCstations *really* support RTS/CTS flow control?
  5. Message-ID: <13675@auspex-gw.auspex.com>
  6. Date: 22 Jul 92 21:55:32 GMT
  7. References: <WBE.92Jul18175408@crystal.bbn.com> <13597@auspex-gw.auspex.com> <1992Jul22.211338.21560@wilbur.coyote.trw.com>
  8. Sender: news@auspex-gw.auspex.com
  9. Distribution: usa
  10. Organization: Auspex Systems, Santa Clara
  11. Lines: 21
  12. Nntp-Posting-Host: auspex.auspex.com
  13.  
  14. >OK, I want to use RTS/CTS flow control.
  15.  
  16. (Presumably meaning the type where RTS is raised by the Sun if it wants
  17. to send stuff, and CTS is controlled by the modem, so you can control
  18. the flow of data from the Sun, but not the flow of data to it....)
  19.  
  20. >I recently set up uucp on our system.  In the uucp documentation, it
  21. >shows how to enable CRTSCTS in the Systems or Dialers file for outgoing
  22. >calls, but how do I enable it for incoming uucp connections?
  23.  
  24. Well, if it's good enough to enable it for *all* incoming dial-in
  25. connections - dial-in UUCP connections are just ordinary dial-in
  26. connections, generally, with the remote machine logging into a UUCP
  27. account - then set up an entry in "/etc/gettytab" that enables RTS/CTS
  28. flow control (by putting "crtscts" in the "ms", or in the appropriate
  29. "m0", "m1", and "m2" fields), and have the entry in "/etc/ttytab" for
  30. the dial-in port use that "gettytab" entry.
  31.  
  32. (There may be a way to get UUCP to turn it on for incoming dial-in
  33. connections, rather than doing it in "getty", but I'm too lazy to check
  34. the source any further, if it's not documented....)
  35.