TwiceAsNice
2019-02-18
|
#include "UdpSocketBase.h"
#include "apgHelper.h"
#include <sstream>
#include <cstring>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/select.h>
#include <netdb.h>
#include <stdexcept>
Variables | |
const int32_t | SOCKET_ERROR = -1 |
const int32_t | INVALID_SOCKET = -1 |