DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Interprocess communication using UNIX domain sockets

Stream sockets

A stream socket (type SOCK_STREAM) is the most commonly used type. It provides bidirectional, sequenced, and unduplicated flow of data without boundaries. Except for the bidirectionality of data flow, a pair of connected stream sockets provides an interface analogous to that of pipes.


Next topic: Datagram sockets
Previous topic: Socket types (UNIX domain)

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003