[Internal] Datagram reliable, ordered, unordered and sequenced sends. Flow control. Message splitting, reassembly, and coalescence. More...
#include "RakMemoryOverride.h"
#include "MTUSize.h"
#include "DS_LinkedList.h"
#include "DS_List.h"
#include "SocketLayer.h"
#include "PacketPriority.h"
#include "DS_Queue.h"
#include "BitStream.h"
#include "InternalPacket.h"
#include "DataBlockEncryptor.h"
#include "RakNetStatistics.h"
#include "SHA1.h"
#include "DS_OrderedList.h"
#include "DS_RangeList.h"
#include "DS_BPlusTree.h"
#include "DS_MemoryPool.h"
#include "CCRakNetUDT.h"
#include "DS_Multilist.h"
#include "RakNetDefines.h"
#include "DS_Heap.h"
Go to the source code of this file.
Classes | |
struct | SplitPacketChannel |
struct | BPSTracker |
struct | BPSTracker::TimeAndValue2 |
class | ReliabilityLayer |
Datagram reliable, ordered, unordered and sequenced sends. Flow control. Message splitting, reassembly, and coalescence. More... | |
struct | ReliabilityLayer::MessageNumberNode |
struct | ReliabilityLayer::DatagramHistoryNode |
Defines | |
#define | NUMBER_OF_ORDERED_STREAMS 32 |
Number of ordered streams available. You can use up to 32 ordered streams. | |
#define | RESEND_TREE_ORDER 32 |
Typedefs | |
typedef uint64_t | reliabilityHeapWeightType |
Functions | |
int RAK_DLL_EXPORT | SplitPacketChannelComp (SplitPacketIdType const &key, SplitPacketChannel *const &data) |
[Internal] Datagram reliable, ordered, unordered and sequenced sends. Flow control. Message splitting, reassembly, and coalescence.
This file is part of RakNet Copyright 2003 Jenkins Software LLC
Usage of RakNet is subject to the appropriate license agreement. Creative Commons Licensees are subject to the license found at http://creativecommons.org/licenses/by-nc/2.5/ Single application licensees are subject to the license found at http://www.jenkinssoftware.com/SingleApplicationLicense.html Custom license users are subject to the terms therein. GPL license users are subject to the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Definition in file ReliabilityLayer.h.
#define NUMBER_OF_ORDERED_STREAMS 32 |
Number of ordered streams available. You can use up to 32 ordered streams.
Definition at line 47 of file ReliabilityLayer.h.
#define RESEND_TREE_ORDER 32 |
Definition at line 49 of file ReliabilityLayer.h.
typedef uint64_t reliabilityHeapWeightType |
Definition at line 43 of file ReliabilityLayer.h.
int RAK_DLL_EXPORT SplitPacketChannelComp | ( | SplitPacketIdType const & | key, | |
SplitPacketChannel *const & | data | |||
) |
Definition at line 216 of file ReliabilityLayer.cpp.