#include "ReliabilityLayer.h"#include "GetTime.h"#include "SocketLayer.h"#include "PluginInterface2.h"#include "RakAssert.h"#include "Rand.h"#include "MessageIdentifiers.h"#include <math.h>
Go to the source code of this file.
Classes | |
| struct | DatagramHeaderFormat |
Typedefs | |
| typedef uint32_t | BitstreamLengthEncoding |
Functions | |
| double | Ceil (double d) |
| int | SplitPacketChannelComp (SplitPacketIdType const &key, SplitPacketChannel *const &data) |
| bool | operator< (const DataStructures::MLKeyRef< SplitPacketIndexType > &inputKey, const InternalPacket *cls) |
| bool | operator> (const DataStructures::MLKeyRef< SplitPacketIndexType > &inputKey, const InternalPacket *cls) |
| bool | operator== (const DataStructures::MLKeyRef< SplitPacketIndexType > &inputKey, const InternalPacket *cls) |
| bool | operator< (const DataStructures::MLKeyRef< InternalPacket * > &inputKey, const InternalPacket *cls) |
| Semi-hack: This is necessary to call Sort(). | |
| bool | operator> (const DataStructures::MLKeyRef< InternalPacket * > &inputKey, const InternalPacket *cls) |
| bool | operator== (const DataStructures::MLKeyRef< InternalPacket * > &inputKey, const InternalPacket *cls) |
This file is part of RakNet Copyright 2003 Jenkins Software LLC
Usage of RakNet is subject to the appropriate license agreement.
Definition in file ReliabilityLayer.cpp.
| typedef uint32_t BitstreamLengthEncoding |
Definition at line 41 of file ReliabilityLayer.cpp.
| double Ceil | ( | double | d | ) |
Definition at line 18 of file ReliabilityLayer.cpp.
| bool operator< | ( | const DataStructures::MLKeyRef< SplitPacketIndexType > & | inputKey, | |
| const InternalPacket * | cls | |||
| ) |
Definition at line 228 of file ReliabilityLayer.cpp.
| bool operator< | ( | const DataStructures::MLKeyRef< InternalPacket * > & | inputKey, | |
| const InternalPacket * | cls | |||
| ) |
Semi-hack: This is necessary to call Sort().
Definition at line 241 of file ReliabilityLayer.cpp.
| bool operator== | ( | const DataStructures::MLKeyRef< SplitPacketIndexType > & | inputKey, | |
| const InternalPacket * | cls | |||
| ) |
| bool operator== | ( | const DataStructures::MLKeyRef< InternalPacket * > & | inputKey, | |
| const InternalPacket * | cls | |||
| ) |
| bool operator> | ( | const DataStructures::MLKeyRef< SplitPacketIndexType > & | inputKey, | |
| const InternalPacket * | cls | |||
| ) |
| bool operator> | ( | const DataStructures::MLKeyRef< InternalPacket * > & | inputKey, | |
| const InternalPacket * | cls | |||
| ) |
| int SplitPacketChannelComp | ( | SplitPacketIdType const & | key, | |
| SplitPacketChannel *const & | data | |||
| ) |
Definition at line 216 of file ReliabilityLayer.cpp.
1.7.1