Unix ___domain socket: Difference between revisions

Content deleted Content added
Tag: Reverted
m Undid revision 1267612289 by Pink Bee (talk) usage is correct
Line 76:
 
==Socket instantiation==
Both the server and the client must [[Instance (computer science)|instantiate]] a ''socket'' object by executing the <code>socket()</code> [[system call]]. Its signatureusage is:<ref name="lpi-p1153">{{cite book
|title=The Linux Programming Interface
|last=Kerrisk