Unix ___domain socket: Difference between revisions

Content deleted Content added
Use consistent words for the same thing
m Server bind to /path/filename: Full sentence requires a period
Line 194:
remove( socket_address );
 
/* Construct the bind address structure. */
sockaddr_un.sun_family = AF_UNIX;
strcpy( sockaddr_un.sun_path, socket_address );