scclib
Stable Cloud Computing C++ Library
Functions

Internet tcp and udp networking implementation More...

#include <net/inet.h>
#include <net/socket.h>
#include <cerrno>
#include <stdexcept>
#include <system_error>
#include <string>
#include <sstream>
#include <sys/ioctl.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <cstring>
Include dependency graph for inet.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const InetAddr &sa)
 Print the socket address details to an output stream.
 

Detailed Description

Internet tcp and udp networking implementation

Definition in file inet.cc.