Operating System - Tru64 Unix
1830267 Members
2599 Online
110000 Solutions
New Discussion

RFC1006 communication

 
船越保博
New Member

RFC1006 communication

I want to make the program to communicate for RFC1006 by Tru64 UNIX.
But I don't know API for RFC1006 communication.
So, please let me know the solution of how to RFC1006 communication by Tru64 UNIX.
4 REPLIES 4
Eric van Dijken
Trusted Contributor

Re: RFC1006 communication

My best guess: Back to good old tcp socket programming.

RFC1006 => ISO Transport Service on top of the TCP.

Watch, Think and Tinker.
Han Pilmeyer
Esteemed Contributor

Re: RFC1006 communication

If that's the case, then those chapter 3 in the network programming guide (http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/ARH9UETE/TITLE.HTM) help?
船越保博
New Member

Re: RFC1006 communication

I could understand that XTI is used for programming of RFC communication.
But I don't know the transport provider identifier which support RFC1006 as T_COTS Service Type.

Please let me know that when "t_open()" is called, what device file should be specified to use RFC1006?
"/dev/stream/xtiso/cots"? or other file?

Please help and support me.
Eric van Dijken
Trusted Contributor

Re: RFC1006 communication

Socket programming doesn't need a network device. It uses the TCP layer from the kernel.
Watch, Think and Tinker.