Unix ___domain socket: Difference between revisions

Content deleted Content added
m Undid revision 1267612289 by Pink Bee (talk) usage is correct
m ce
Tags: Mobile edit Mobile app edit iOS app edit App section source
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 usage is:<ref name="lpi-p1153">{{cite book
|title=The Linux Programming Interface
|last=Kerrisk