Thrill
0.1
|
#include <thrill/common/logger.hpp>
#include <thrill/common/string.hpp>
#include <thrill/common/system_exception.hpp>
#include <thrill/net/tcp/socket_address.hpp>
#include <tlx/string/hexdump.hpp>
#include <fcntl.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <unistd.h>
#include <cassert>
#include <cerrno>
#include <cstring>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
class | Socket |
Socket is a light-weight wrapper around the BSD socket API. More... | |
Namespaces | |
thrill | |
thrill::net | |
thrill::net::tcp | |
Macros | |
#define | THRILL_NET_TCP_SOCKET_HEADER |
#define THRILL_NET_TCP_SOCKET_HEADER |
Definition at line 15 of file socket.hpp.