pub const SOCK_CLOEXEC: c_int = 0o2_000_000;
Create a socket file descriptor wit the FD_CLOEXEC flag atomically set on that file descriptor.
FD_CLOEXEC