opens a TCP socket
None
std::open_unix_socket | opens a UNIX domain 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 |