Classes

TCPInterface.h File Reference

A simple TCP based server allowing sends and receives. Can be connected by any TCP client, including telnet. More...

#include "NativeFeatureIncludes.h"
#include "RakMemoryOverride.h"
#include "DS_List.h"
#include "RakNetTypes.h"
#include "Export.h"
#include "RakThread.h"
#include "DS_Queue.h"
#include "SimpleMutex.h"
#include "RakNetDefines.h"
#include "SocketIncludes.h"
#include "DS_ByteQueue.h"
#include "DS_ThreadsafeAllocatingQueue.h"
Include dependency graph for TCPInterface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCPInterface
struct  TCPInterface::ThisPtrPlusSysAddr
struct  RemoteClient
 Stores information about a remote client. More...

Detailed Description

A simple TCP based server allowing sends and receives. Can be connected by any TCP client, including telnet.

This file is part of RakNet Copyright 2003 Jenkins Software LLC

Usage of RakNet is subject to the appropriate license agreement.

Definition in file TCPInterface.h.