pub const MSG_CMSG_CLOEXEC: c_int = 0x40000000;
Atomically set the FD_CLOEXEC flag on any file descriptors created via SCM_RIGHTS during recvmsg().
FD_CLOEXEC
SCM_RIGHTS
recvmsg()