#include "RConfig.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <fcntl.h>
#include <errno.h>
#include "rpdp.h"
Go to the source code of this file.
Namespaces | |
namespace | ROOT |
Functions | |
static void | ROOT::InitSelect (int nsock) |
int | ROOT::NetParSend (const void *buf, int len) |
int | ROOT::NetParRecv (void *buf, int len) |
int | ROOT::NetParOpen (int port, int size) |
void | ROOT::NetParClose () |
Variables | |
int | gDebug |
ErrorHandler_t | ROOT::gErrSys |
int | ROOT::gParallel = 0 |
static int | ROOT::gMaxFd |
static int * | ROOT::gPSockFd |
static int * | ROOT::gWriteBytesLeft |
static int * | ROOT::gReadBytesLeft |
static char ** | ROOT::gWritePtr |
static char ** | ROOT::gReadPtr |
static fd_set | ROOT::gFdSet |