[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
Single Page
Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.7.3 How to get the MAC address for a particular network interface?
Next Document: 5.7.5 How do I disable IP Forwarding?
-
Search the FAQ Archives
Single Page
Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.7.3 How to get the MAC address for a particular network interface?
Next Document: 5.7.5 How do I disable IP Forwarding?
5.7.4 Is there a Transport Level Interface (TLI) interface to TCP on HP-UX?
In HP-UX 10.00-10.20, a special module exists which provides XTI access over the BSD stack - TLI is not supported. TLI, for the most part after SVID 3 volume 5, has stopped evolving and is being replaced by XTI in most implementations. XTI is standardized by X/Open and the current versions from most vendors should be XPG4 compliant with some being branded as the branding test suites are made available by X/Open. Note the reason one needs a streams-based TCP is that both TLI and XTI rely upon a streams-based module, timod, to provide specific functionality within the kernel and this module needs to be pushed upon the transport stack. Since HP-UX uses a BSD transport which is not streams-based and is therefore incapable of having a streams-based module pushed upon it, one can not run TLI/XTI directly upon it, and, hence, a special streams module was created to provide this functionality for HP-UX 10.0. As of HP-UX 10.30, the BSD-based transport is replced by a Streams-based one. XTI no longer requires a special streams module. In the past, where one would open /dev/inet_cots to get TCP, one can open /dev/tcp and get TCP.
Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.7.3 How to get the MAC address for a particular network interface?
Next Document: 5.7.5 How do I disable IP Forwarding?
Single Page
[ Usenet FAQs | Search | Web FAQs | Documents | RFC Index ]
Send corrections/additions to the FAQ Maintainer:
hpux.faq@gmail.com
Last Update December 01 2008 @ 00:10 AM