RakNet
4.0
|
This is the complete list of members for RakNet::RakPeer, including all inherited members.
activeSystemList | RakNet::RakPeer | protected |
AddToBanList(const char *IP, RakNet::TimeMS milliseconds=0) | RakNet::RakPeer | virtual |
AddToSecurityExceptionList(const char *ip) | RakNet::RakPeer | virtual |
AdvertiseSystem(const char *host, unsigned short remotePort, const char *data, int dataLength, unsigned connectionSocketIndex=0) | RakNet::RakPeer | virtual |
AllocatePacket(unsigned dataSize) | RakNet::RakPeer | virtual |
allowConnectionResponseIPMigration | RakNet::RakPeer | protected |
AllowConnectionResponseIPMigration(bool allow) | RakNet::RakPeer | virtual |
ApplyNetworkSimulator(float packetloss, unsigned short minExtraPing, unsigned short extraPingVariance) | RakNet::RakPeer | virtual |
AssignSystemAddressToRemoteSystemList(const SystemAddress systemAddress, RemoteSystemStruct::ConnectMode connectionMode, RakNetSocket2 *incomingRakNetSocket, bool *thisIPConnectedRecently, SystemAddress bindingAddress, int incomingMTU, RakNetGUID guid, bool useSecurity) | RakNet::RakPeer | protected |
AttachPlugin(PluginInterface2 *plugin) | RakNet::RakPeer | virtual |
bytesSentPerSecond | RakNet::RakPeer | protected |
CancelConnectionAttempt(const SystemAddress target) | RakNet::RakPeer | virtual |
ClearBanList(void) | RakNet::RakPeer | virtual |
CloseConnection(const AddressOrGUID target, bool sendDisconnectionNotification, unsigned char orderingChannel=0, PacketPriority disconnectionNotificationPriority=LOW_PRIORITY) | RakNet::RakPeer | virtual |
Connect(const char *host, unsigned short remotePort, const char *passwordData, int passwordDataLength, PublicKey *publicKey=0, unsigned connectionSocketIndex=0, unsigned sendConnectionAttemptCount=6, unsigned timeBetweenSendConnectionAttemptsMS=1000, RakNet::TimeMS timeoutTime=0) | RakNet::RakPeer | virtual |
ConnectWithSocket(const char *host, unsigned short remotePort, const char *passwordData, int passwordDataLength, RakNetSocket2 *socket, PublicKey *publicKey=0, unsigned sendConnectionAttemptCount=6, unsigned timeBetweenSendConnectionAttemptsMS=1000, RakNet::TimeMS timeoutTime=0) | RakNet::RakPeer | virtual |
DeallocatePacket(Packet *packet) | RakNet::RakPeer | virtual |
DetachPlugin(PluginInterface2 *messageHandler) | RakNet::RakPeer | virtual |
DisableSecurity(void) | RakNet::RakPeer | virtual |
endThreads | RakNet::RakPeer | protected |
Get64BitUniqueRandomNumber(void) | RakNet::RakPeerInterface | static |
GetAveragePing(const AddressOrGUID systemIdentifier) | RakNet::RakPeer | virtual |
GetBestClockDifferential(const SystemAddress systemAddress) const | RakNet::RakPeer | protected |
GetClientPublicKeyFromSystemAddress(const SystemAddress input, char *client_public_key) const | RakNet::RakPeer | virtual |
GetConnectionList(SystemAddress *remoteSystems, unsigned short *numberOfSystems) const | RakNet::RakPeer | virtual |
GetConnectionState(const AddressOrGUID systemIdentifier) | RakNet::RakPeer | virtual |
GetExternalID(const SystemAddress target) const | RakNet::RakPeer | virtual |
GetGUIDFromIndex(unsigned int index) | RakNet::RakPeer | virtual |
GetGuidFromSystemAddress(const SystemAddress input) const | RakNet::RakPeer | virtual |
GetIncomingPassword(char *passwordData, int *passwordDataLength) | RakNet::RakPeer | virtual |
GetIndexFromSystemAddress(const SystemAddress systemAddress) const | RakNet::RakPeer | virtual |
GetInternalID(const SystemAddress systemAddress=UNASSIGNED_SYSTEM_ADDRESS, const int index=0) const | RakNet::RakPeer | virtual |
GetLastPing(const AddressOrGUID systemIdentifier) const | RakNet::RakPeer | virtual |
GetLocalIP(unsigned int index) | RakNet::RakPeer | virtual |
GetLowestPing(const AddressOrGUID systemIdentifier) const | RakNet::RakPeer | virtual |
GetMaximumIncomingConnections(void) const | RakNet::RakPeer | virtual |
GetMaximumNumberOfPeers(void) const | RakNet::RakPeer | virtual |
GetMTUSize(const SystemAddress target) const | RakNet::RakPeer | virtual |
GetMyBoundAddress(const int socketIndex=0) | RakNet::RakPeer | virtual |
GetMyGUID(void) const | RakNet::RakPeer | virtual |
GetNextSendReceipt(void) | RakNet::RakPeer | virtual |
GetNumberOfAddresses(void) | RakNet::RakPeer | virtual |
GetNumberOfRemoteInitiatedConnections(void) const | RakNet::RakPeer | protected |
GetOfflinePingResponse(char **data, unsigned int *length) | RakNet::RakPeer | virtual |
GetReceiveBufferSize(void) | RakNet::RakPeer | virtual |
GetRemoteSystemFromSystemAddress(const SystemAddress systemAddress, bool calledFromNetworkThread, bool onlyActive) const | RakNet::RakPeer | protected |
GetSocket(const SystemAddress target) | RakNet::RakPeer | virtual |
GetSockets(DataStructures::List< RakNetSocket2 * > &sockets) | RakNet::RakPeer | virtual |
GetSplitMessageProgressInterval(void) const | RakNet::RakPeer | virtual |
GetStatistics(const SystemAddress systemAddress, RakNetStatistics *rns=0) | RakNet::RakPeer | virtual |
GetStatistics(const unsigned int index, RakNetStatistics *rns) | RakNet::RakPeer | virtual |
GetStatisticsList(DataStructures::List< SystemAddress > &addresses, DataStructures::List< RakNetGUID > &guids, DataStructures::List< RakNetStatistics > &statistics) | RakNet::RakPeer | virtual |
GetSystemAddressFromGuid(const RakNetGUID input) const | RakNet::RakPeer | virtual |
GetSystemAddressFromIndex(unsigned int index) | RakNet::RakPeer | virtual |
GetSystemList(DataStructures::List< SystemAddress > &addresses, DataStructures::List< RakNetGUID > &guids) const | RakNet::RakPeer | virtual |
GetTimeoutTime(const SystemAddress target) | RakNet::RakPeer | virtual |
incomingPassword | RakNet::RakPeer | protected |
IncrementNextSendReceipt(void) | RakNet::RakPeer | virtual |
InitializeSecurity(const char *publicKey, const char *privateKey, bool bRequireClientKey=false) | RakNet::RakPeer | virtual |
IsActive(void) const | RakNet::RakPeer | virtual |
IsBanned(const char *IP) | RakNet::RakPeer | virtual |
IsInSecurityExceptionList(const char *ip) | RakNet::RakPeer | virtual |
IsLocalIP(const char *ip) | RakNet::RakPeer | virtual |
isMainLoopThreadActive | RakNet::RakPeer | protected |
IsNetworkSimulatorActive(void) | RakNet::RakPeer | virtual |
maximumIncomingConnections | RakNet::RakPeer | protected |
maximumNumberOfPeers | RakNet::RakPeer | protected |
NotifyAndFlagForShutdown(const SystemAddress systemAddress, bool performImmediate, unsigned char orderingChannel, PacketPriority disconnectionNotificationPriority) | RakNet::RakPeer | protected |
NumberOfConnections(void) const | RakNet::RakPeer | virtual |
ParseConnectionRequestPacket(RakPeer::RemoteSystemStruct *remoteSystem, const SystemAddress &systemAddress, const char *data, int byteSize) | RakNet::RakPeer | protected |
Ping(const SystemAddress target) | RakNet::RakPeer | virtual |
Ping(const char *host, unsigned short remotePort, bool onlyReplyOnAcceptingConnections, unsigned connectionSocketIndex=0) | RakNet::RakPeer | virtual |
PushBackPacket(Packet *packet, bool pushAtHead) | RakNet::RakPeer | virtual |
RakPeer() | RakNet::RakPeer | |
Receive(void) | RakNet::RakPeer | virtual |
remoteSystemList | RakNet::RakPeer | protected |
RemoveFromBanList(const char *IP) | RakNet::RakPeer | virtual |
RemoveFromSecurityExceptionList(const char *ip) | RakNet::RakPeer | virtual |
Send(const char *data, const int length, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, uint32_t forceReceiptNumber=0) | RakNet::RakPeer | virtual |
Send(const RakNet::BitStream *bitStream, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, uint32_t forceReceiptNumber=0) | RakNet::RakPeer | virtual |
SendList(const char **data, const int *lengths, const int numParameters, PacketPriority priority, PacketReliability reliability, char orderingChannel, const AddressOrGUID systemIdentifier, bool broadcast, uint32_t forceReceiptNumber=0) | RakNet::RakPeer | virtual |
SendLoopback(const char *data, const int length) | RakNet::RakPeer | virtual |
sendReceiptSerialMutex | RakNet::RakPeer | protected |
SendTTL(const char *host, unsigned short remotePort, int ttl, unsigned connectionSocketIndex=0) | RakNet::RakPeer | virtual |
SetIncomingDatagramEventHandler(bool(*_incomingDatagramEventHandler)(RNS2RecvStruct *)) | RakNet::RakPeer | virtual |
SetIncomingPassword(const char *passwordData, int passwordDataLength) | RakNet::RakPeer | virtual |
SetInternalID(SystemAddress systemAddress, int index=0) | RakNet::RakPeer | virtual |
SetLimitIPConnectionFrequency(bool b) | RakNet::RakPeer | virtual |
SetMaximumIncomingConnections(unsigned short numberAllowed) | RakNet::RakPeer | virtual |
SetOccasionalPing(bool doPing) | RakNet::RakPeer | virtual |
SetOfflinePingResponse(const char *data, const unsigned int length) | RakNet::RakPeer | virtual |
SetPerConnectionOutgoingBandwidthLimit(unsigned maxBitsPerSecond) | RakNet::RakPeer | virtual |
SetSplitMessageProgressInterval(int interval) | RakNet::RakPeer | virtual |
SetTimeoutTime(RakNet::TimeMS timeMS, const SystemAddress target) | RakNet::RakPeer | virtual |
SetUnreliableTimeout(RakNet::TimeMS timeoutMS) | RakNet::RakPeer | virtual |
SetUserUpdateThread(void(*_userUpdateThreadPtr)(RakPeerInterface *, void *), void *_userUpdateThreadData) | RakNet::RakPeer | virtual |
ShiftIncomingTimestamp(unsigned char *data, const SystemAddress &systemAddress) const | RakNet::RakPeer | protected |
Shutdown(unsigned int blockDuration, unsigned char orderingChannel=0, PacketPriority disconnectionNotificationPriority=LOW_PRIORITY) | RakNet::RakPeer | virtual |
Startup(unsigned int maxConnections, SocketDescriptor *socketDescriptors, unsigned socketDescriptorCount, int threadPriority=-99999) | RakNet::RakPeer | virtual |
updateCycleIsRunning | RakNet::RakPeer | protected |
~RakPeer() | RakNet::RakPeer | virtual |
~RakPeerInterface() | RakNet::RakPeerInterface | inlinevirtual |