Unix ___domain socket: Difference between revisions

Content deleted Content added
m cr formatting
m cr "the"
Line 132:
|isbn=978-1-59327-220-3
|page=1152}}</ref>
# <code>SOCK_SEQPACKET</code> will create a sequenced-packet socket. Similar to a stream socket, it is connection-oriented, but message boundaries are preserved, just like datagram sockets.<ref name="man-unix-sockets"/> For internet ___domain sockets, the [[Stream Control Transmission Protocol]] is used.<ref name="lpi-p1285">{{cite book
|title=The Linux Programming Interface
|last=Kerrisk