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

  1. Newsgroups: comp.unix.sysv386
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!nuscc!nusunix3.nus.sg!isc30248
  3. From: isc30248@nusunix3.nus.sg (LEE BOON PENG)
  4. Subject: Streams network module arrangement: Help !
  5. Message-ID: <1992Aug18.102752.2733@nuscc.nus.sg>
  6. Sender: usenet@nuscc.nus.sg
  7. Organization: National University of Singapore
  8. Date: Tue, 18 Aug 1992 10:27:52 GMT
  9. Lines: 29
  10.  
  11. Hi ....
  12.     I'm implementing a simple protocol in System V Streams and I
  13. need some advice. 
  14.     I'm using System V Rel 4 Ver 4.0 (386) and the following entries 
  15. are found under /dev: rawip, udp, ip, tcp, and under /dev/inet, similar
  16. entries are found. There is also /dev/ie6_0.
  17.     I plan to implement the protocol at the same level as udp. It
  18. would be a multiplexor resting on top of ip. I know that if I want to
  19. set up such a configuration, I could use the autopush facility.
  20.     Is there any way for me to determine how the various protocols
  21. are stacked on top of one another and how this is done by the system
  22. i.e. the various steps and commands needed? For example, am I right to
  23. guess that the following modules/multiplexors are stacked in the manner
  24. below:
  25.             ---------------
  26.             |udp|tcp|rawip|
  27.             ---------------
  28.             |     ip      |
  29.             ---------------
  30.             |    ie6_0    |
  31.             ---------------
  32.     Also, is there a shorter way to the cycle of generating the object
  33. code, rebuilding the kernel and rebooting the system :(?
  34.     Finally, can anyone point me in the direction of documention of
  35. the TLI primitives and how they are used?
  36.     I would be grateful for any help.
  37.                         Thanks!
  38.                         Boon Peng
  39.                         shilpa@iscs.nus.sg
  40.