plptools
Loading...
Searching...
No Matches
tcpsocket.cc File Reference
#include "config.h"
#include "bufferstore.h"
#include "tcpsocket.h"
#include "iowatch.h"
#include <cstring>
#include <iostream>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <fcntl.h>
#include <unistd.h>
#include <errno.h>
#include <ctype.h>
#include <sys/time.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Include dependency graph for tcpsocket.cc:

Go to the source code of this file.

Macros

#define INVALID_SOCKET   -1
 
#define SOCKET_ERROR   -1
 
#define MSG_NOSIGNAL   0
 

Macro Definition Documentation

◆ INVALID_SOCKET

#define INVALID_SOCKET   -1

Definition at line 43 of file tcpsocket.cc.

◆ MSG_NOSIGNAL

#define MSG_NOSIGNAL   0

Definition at line 47 of file tcpsocket.cc.

◆ SOCKET_ERROR

#define SOCKET_ERROR   -1

Definition at line 44 of file tcpsocket.cc.