scclib
Stable Cloud Computing C++ Library
|
Low-level tcp and udp sockets implementation More...
#include <net/socket.h>
#include <cerrno>
#include <stdexcept>
#include <system_error>
#include <sstream>
#include <string>
#include <ostream>
#include <cassert>
#include <util/safe_clib.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <sys/fcntl.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const SockaddrBase &sa) |
Helper to print socket address to output stream. | |
Low-level tcp and udp sockets implementation
Definition in file socket.cc.