Inter-machine networking on System V
Dave Brower
daveb at gonzo.UUCP
Wed Feb 8 14:52:00 AEST 1989
In <11181 at ulysses.homer.nj.att.com> ekrell at hector.UUCP (Eduardo Krell) writes:
>In article <446 at thirdi.UUCP> scott at 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.
One of the things I *really* like if the Network Programmer's Guide that
comes with SVR3, which prominantly features a streams device /dev/tivc
in the example code. Unfortunately, such a device does not in fact
exist. This means you can't even write toy TLI programs without adding
your own drivers.
(Actually, a /dev/spx "stream pipe" sometimes exists, but it is
undocumented and unsupported, I think. It also isn't bidirectional,
which is annoying).
Does anyone have have stream driver for bidirectional local connections
they'd like to submit to comp.sources.unix?
-dB
--
If life was like the movies, the music would match the picture.
{sun,mtxinu,hoptoad}!rtech!gonzo!daveb daveb at gonzo.uucp
More information about the Comp.unix.wizards
mailing list