|
|
A stream socket (type SOCK_STREAM) is the most commonly used type. In the AF_INET communication domain, a stream socket takes advantage of the inherent reliability of the transport level byte stream protocol, TCP. It provides bidirectional, sequenced, and unduplicated flow of data without boundaries.