Constant lrs::socket::flags::SOCK_CLOSE_ON_EXEC

Sets the close-on-exec flag on the file descriptor.

Syntax

const SOCK_CLOSE_ON_EXEC: SockFlags = SockFlags(SOCK_CLOEXEC);

See also