#include <string>
#include <sstream>
#include <cerrno>
#include <cstring>
#include <poll.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <unistd.h>
#include <netdb.h>
#include "debug.hh"
#include "util.hh"
#include "singleton.hh"
Namespaces | |
namespace | nnl |
Classes | |
struct | nnl::Socket::Impl |
Socket private implementation. More... | |
struct | nnl::Socket::Impl::Event |
Struct filled in upon calling Event() by netman. More... | |
struct | nnl::Socket::Impl::SocketType |