Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Stream sockets (connection-oriented)

&pagelevel(4)&pagelevel

Stream sockets support connection-oriented communications in the Internet communications domains AF_INET and AF_INET6, and in the local host communications domain AF_UNIX. A Stream socket provides bidirectional, secured and sequential data flow, thus ensuring that the data is only transferred once and in the correct order. The data record limits are lost when connection-oriented communications are used with stream sockets.

Stream sockets are used to develop connection-oriented communications applications based on the TCP protocol.