RioTCP.h File Reference

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "RioMutex.h"
#include <fstream>
#include <iostream>
#include "RioTypes.h"

Go to the source code of this file.

Data Structures

struct  RioTCPHeader
class  CRioTCP

Variables

const int MaxTCPDataSize = 2048
const int TCPHeaderSize = sizeof ( RioTCPHeader )
const int MaxTCPMessageSize = MaxTCPDataSize + TCPHeaderSize
const int TCPTIMEOUTSECONDS = 15

Variable Documentation

const int MaxTCPDataSize = 2048

Definition at line 60 of file RioTCP.h.

Definition at line 62 of file RioTCP.h.

const int TCPHeaderSize = sizeof ( RioTCPHeader )

Definition at line 61 of file RioTCP.h.

const int TCPTIMEOUTSECONDS = 15

Definition at line 63 of file RioTCP.h.

Generated on Wed Jul 4 16:03:30 2012 for RIO by  doxygen 1.6.3