opens a UNIX domain socket
None
The optional mode parameter is a string of the form "rwxrwxrwx". The default value is "rw-r--r--".
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 |