home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / misc / 5185 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  812 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: TCP-IP implemented in Streams ?
  5. Message-ID: <15420@auspex-gw.auspex.com>
  6. Date: 10 Nov 92 18:41:17 GMT
  7. References: <1992Nov10.111338.8596@ccsun7.csie.nctu.edu.tw>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 9
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >     Is there anybody who knows that if the TCP/IP of Sun O.S. Release 4.1.1 
  14. >  is implemented in Streams mechanism ?
  15.  
  16. The TCP/IP in 4.1.1 is implemented atop the traditional BSD networking
  17. framework, not atop STREAMS.  There is a TLI implementation in SunOS
  18. 4.1[.x]; the TLI part is STREAMS-based, but it just plugs into the
  19. sockets-based TCP (not UDP) implementation.
  20.  
  21. The TCP/IP in SunOS 5.x *is* STREAMS-based.
  22.