#include "Beowulf/TCPcliServ.H"
#include "Beowulf/TCPdefs.H"
#include "Util/log.H"
#include <arpa/inet.h>
#include <errno.h>
#include <fcntl.h>
#include <net/ethernet.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <stdlib.h>
#include <string.h>
#include <sys/shm.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <unistd.h>
Go to the source code of this file.
Defines | |
#define | MYLOGID fd |
for ID-logging. See log.H: | |
#define | TCPCS_UNKNOWN 0 |
internal states: | |
#define | TCPCS_READING 1 |
#define | TCPCS_WRITING 2 |
#define | TCPCS_BOGUS 4 |
A client/server to receive/send TCPmessage
Definition in file TCPcliServ.C.
#define MYLOGID fd |
for ID-logging. See log.H:
Definition at line 62 of file TCPcliServ.C.
#define TCPCS_UNKNOWN 0 |
internal states:
Definition at line 65 of file TCPcliServ.C.