scclib
Stable Cloud Computing C++ Library
Functions
socket.cc File Reference

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>
Include dependency graph for socket.cc:

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.
 

Detailed Description

Low-level tcp and udp sockets implementation

Definition in file socket.cc.