scclib
Stable Cloud Computing C++ Library
|
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>
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. | |
Internet tcp and udp networking implementation
Definition in file inet.cc.