Cogs.Foundation
|
#include "Connection.h"
#include "Network.h"
#include "../Logging/Logger.h"
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <unistd.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <inttypes.h>
Macros | |
#define | __STD_FORMAT_MACROS |
#define | FUNC_STR __func__ |
#define | check_net_error(_x) check_net_error_impl(__FILE__, __LINE__, FUNC_STR, (_x)) |
#define __STD_FORMAT_MACROS |
#define check_net_error | ( | _x | ) | check_net_error_impl(__FILE__, __LINE__, FUNC_STR, (_x)) |
#define FUNC_STR __func__ |