Functions

TCPInterface.cpp File Reference

A simple TCP based server allowing sends and receives. Can be connected to by a telnet client. More...

#include "NativeFeatureIncludes.h"
#include "TCPInterface.h"
#include <sys/time.h>
#include <unistd.h>
#include <pthread.h>
#include <string.h>
#include "RakAssert.h"
#include <stdio.h>
#include "RakSleep.h"
#include "StringCompressor.h"
#include "StringTable.h"
Include dependency graph for TCPInterface.cpp:

Go to the source code of this file.

Functions

 RAK_THREAD_DECLARATION (UpdateTCPInterfaceLoop)
 RAK_THREAD_DECLARATION (ConnectionAttemptLoop)

Detailed Description

A simple TCP based server allowing sends and receives. Can be connected to by a telnet client.

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.cpp.


Function Documentation

RAK_THREAD_DECLARATION ( UpdateTCPInterfaceLoop   ) 

Definition at line 630 of file TCPInterface.cpp.

Here is the call graph for this function:

RAK_THREAD_DECLARATION ( ConnectionAttemptLoop   ) 

Definition at line 593 of file TCPInterface.cpp.

Here is the call graph for this function: