Wednesday, January 6, 2016

[Coding] PF_LOCAL = PF_UNIX = PF_FILE

#define PF_LOCAL        1       /* Local to host (pipes and file-domain).  */
#define PF_UNIX         PF_LOCAL /* POSIX name for PF_LOCAL.  */
#define PF_FILE         PF_LOCAL /* Another non-standard name for PF_LOCAL.  */

No comments:

Post a Comment