Skip to main content

SOCK_CLOEXEC

Constant SOCK_CLOEXEC 

Source
pub const SOCK_CLOEXEC: c_int = 0o2_000_000;
Expand description

Create a socket file descriptor wit the FD_CLOEXEC flag atomically set on that file descriptor.