Added some comments to example program.

This commit is contained in:
Michael Kerrisk 2007-06-06 18:40:56 +00:00
parent a9414769ab
commit 1f821a554d
1 changed files with 5 additions and 0 deletions

View File

@ -298,6 +298,11 @@ main(int argc, char *argv[])
&peer_addr_size)
if (cfd == -1)
die("accept");
/* Code to deal with incoming connection(s)... */
/* When no longer required, the socket pathname, MY_SOCK_PATH
should be deleted using unlink(2) or remove(3) */
}
.fi
.in -0.25in