Home
last modified time | relevance | path

Searched refs:MAX_RPC_MAP_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DRPCMap.cpp60 …RakAssert((int) rpcSet.Size()+1 < MAX_RPC_MAP_SIZE); // If this hits change the typedef of RPCInde… in AddIdentifierWithFunction()
H A DRakNetTypes.h31 const int MAX_RPC_MAP_SIZE=((RPCIndex)-1)-1; variable