Xref: utzoo comp.unix.questions:11510 comp.unix.wizards:14525 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!ulysses!hector!ekrell From: ekrell@hector.UUCP (Eduardo Krell) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: Inter-machine networking on System V Message-ID: <11181@ulysses.homer.nj.att.com> Date: 4 Feb 89 22:46:43 GMT References: <446@thirdi.UUCP> Sender: netnews@ulysses.homer.nj.att.com Reply-To: ekrell@hector.UUCP (Eduardo Krell) Organization: AT&T Bell Laboratories Lines: 20 In article <446@thirdi.UUCP> scott@thirdi.UUCP (Scott Southard) writes: >Does the STREAMS interface currently support any networking >protocols at all? I'm not sure what your question is. STREAMS is a set of mechanisms and abstractions on top of which you can implement networking protocols such as TCP/IP, X.25, OSI, etc. The Transport Level Interface (TLI) library (The t_* routines you mention) provides a higher level interface to STREAMS, at the OSI Transport level. A couple of vendors have implemented TCP/IP, X.25 and other protocols on top of TLI, but all you get with SVR3.x is STREAMS and TLI. You most likely want a higher level protocol than TLI provides, so you either write your own or, if you like TCP/IP, buy a TCP/IP driver. Eduardo Krell AT&T Bell Laboratories, Murray Hill, NJ UUCP: {att,decvax,ucbvax}!ulysses!ekrell Internet: ekrell@ulysses.att.com