home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / sysv386 / 13206 < prev    next >
Encoding:
Text File  |  1992-08-16  |  1.8 KB  |  47 lines

  1. Xref: sparky comp.unix.sysv386:13206 comp.unix.wizards:3631
  2. Newsgroups: comp.unix.sysv386,comp.unix.wizards
  3. Path: sparky!uunet!cs.utexas.edu!torn!utzoo!censor!comspec!scocan!larryp
  4. From: larryp@sco.COM (Larry Philps)
  5. Subject: Re: LACHMAN TCP/IP - SCO - where's the stream?
  6. Organization: SCO Canada, Inc.
  7. Distribution: usa
  8. Date: Sat, 15 Aug 1992 14:22:30 GMT
  9. Message-ID: <1992Aug15.142230.26436@sco.COM>
  10. References: <1992Aug12.005402.10349@tigger.jvnc.net>
  11. Sender: news@sco.COM (News administration)
  12. Lines: 33
  13.  
  14. In <1992Aug12.005402.10349@tigger.jvnc.net> mtcusa@tigger.jvnc.net (Multilingual Technogies Corporation) writes:
  15.  
  16. > HI:
  17. > LACHMAN TCP/IP for SCO appears to be streams based.  At least some of it.
  18. > What I need to know is where I could push a module.
  19. > Here's my confusion:
  20. > 1.  I use 'telnet' to call a remote.
  21. > 2.  After getting a shell prompt, I issue a streams I_LOOK call on fd 0.
  22. > 3.  The call returns complaining that it is not a streams device.
  23.  
  24. SCO TCP/IP is indeed implemented as a set of streams modules and
  25. drivers.  However, also included with the system is a normal character
  26. device driver that implements the BSD socket interface.  The existence
  27. of this driver allows BSD socket based applications to be ported
  28. easily.  Telnet just happens to be such an application.
  29.  
  30. If you really want to "push" a module onto an open stream, you will
  31. have to write your own application to use the AT&T TLI calls (such
  32. as t_open and t_connect) on the device /dev/inet/tcp.  This will give
  33. you a true streams based tcp connection, onto which you can push any
  34. module that you like.
  35.  
  36. ---
  37. #include <std/disclaimer>
  38.  
  39. Larry Philps,     SCO Canada, Inc.
  40. Postman:  130 Bloor St. West, 10th floor, Toronto, Ontario.  M5S 1N5
  41. InterNet: larryp@sco.COM
  42. UUCP:      {uunet,utcsri,sco}!scocan!larryp
  43. Phone:      (416) 922-1937
  44.