Module lrs::socket::flags

Socket flags.

Description

These flags can be used when creating sockets.

Constants

NameDescription
SOCK_CLOSE_ON_EXEC

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

SOCK_DONT_BLOCK

Sets the file descriptor to non-blocking.

SOCK_NONE

Dummy flag with all flags unset.