MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / RecvRoutinePacket

Method RecvRoutinePacket

Source/Client/NM_Engine/ClientSocketWorker.cpp:740–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740std::size_t CNetworkClient::RecvRoutinePacket(const void* data, std::size_t maxlength)
741{
742 if (maxlength < TPacketRoutinePacket::size())
743 return 0;
744
745 NETWORK_LOG(LL_SYS, "Got routine packet!");
746 m_bGotRoutinePacket = true;
747
748 return TPacketRoutinePacket::size();
749}
750
751
752DWORD CNetworkClient::NetQueueWorkerRoutine(void)

Callers

nothing calls this directly

Calls 1

sizeClass · 0.85

Tested by

no test coverage detected