#include "blocxx/BLOCXX_config.h"
#include "blocxx/Types.hpp"
#include <unistd.h>
#include <signal.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/un.h>
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Typedefs | |
typedef sockaddr | BLOCXX_NAMESPACE::SocketAddress_t |
typedef sockaddr_in | BLOCXX_NAMESPACE::InetSocketAddress_t |
typedef sockaddr_un | BLOCXX_NAMESPACE::UnixSocketAddress_t |
typedef in_addr | BLOCXX_NAMESPACE::InetAddress_t |
typedef int | BLOCXX_NAMESPACE::SocketHandle_t |