#include "Object.h"
#include "JString.h"
#include "JTime.h"
#include "JThread.h"
#include "TCPLocation.h"
#include "Debug.h"
#include "TimeSeries.h"
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/tcp.h>
#include <unistd.h>
#include <fcntl.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <ifaddrs.h>
Go to the source code of this file.
Namespaces | |
namespace | cmlabs |
Classes | |
class | cmlabs::JSocket |
Generic Socket class. More... | |
class | cmlabs::SocketTester |
class | cmlabs::ConnectionProfile |
Defines | |
#define | AFX_SOCKET_H__C0DFE1C7_F17D_4EA0_A890_F0C980247837__INCLUDED_ |
#define | READTIMEOUT 10 |
#define | SD_BOTH 2 |
#define | BUFFERSIZE 10000 |
#define | SENDBUFFERSIZE 80000 |
#define | NIPQUAD(addr) |
#define | INVALID_SOCKET -1 |
#define | SOCKET_ERROR -1 |
#define | WSAEWOULDBLOCK EAGAIN |
#define | WSAEMSGSIZE 11 |
#define | WSAENOTCONN 10057 |
Typedefs | |
typedef int | SOCKET |
#define AFX_SOCKET_H__C0DFE1C7_F17D_4EA0_A890_F0C980247837__INCLUDED_ |
#define NIPQUAD | ( | addr | ) |