Unix ___domain socket: Difference between revisions

Content deleted Content added
Tag: Reverted
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 usagesignature is:<ref name="lpi-p1153">{{cite book
|title=The Linux Programming Interface
|last=Kerrisk