Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ DispatchState
Method
DispatchState
src/Nazara/Network/ENetPeer.cpp:336–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
}
335
336
void ENetPeer::DispatchState(ENetPeerState state)
337
{
338
ChangeState(state);
339
340
m_host->AddToDispatchQueue(this);
341
}
342
343
void ENetPeer::DispatchIncomingReliableCommands(Channel& channel)
344
{
Callers
3
NotifyConnect
Method · 0.80
NotifyDisconnect
Method · 0.80
SendAcknowledgements
Method · 0.80
Calls
1
AddToDispatchQueue
Method · 0.80
Tested by
no test coverage detected