 | | In this chapter, we examined the Transport Layer Interface, an alternative to the socket interface for UNIX networking. Although the TLI is, arguably, a better interface than the socket interface since it is protocol-independent, it is seldom used. If portability is a goal, the TLI should be avoided in favor of the socket interface. | |
|