HomeManualTopicsTypesSymbols

std::open_unix_socket

opens a UNIX domain socket

Parameter

filename
the path and name of the socket

Results

None

Description

The optional mode parameter is a string of the form "rwxrwxrwx". The default value is "rw-r--r--".

Topic

POSIX

See also

std::open_tcp_socket opens a TCP socket
std::open opens a file
std::close closes the specified file without returning success status
std::read a low level read function
std::write a low level write function