Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ getLocalAddress
Method
getLocalAddress
engine/Poseidon/Network/Legacy/NetPeer.cpp:630–633 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
628
leave();
629
}
630
631
void NetPeerUDP::getLocalAddress(struct sockaddr_in& local) const
632
{
633
::getLocalAddress(local, port);
634
}
635
636
unsigned NetPeerUDP::maxMessageData() const
Callers
2
getChannelInfo
Method · 0.80
test_network_peer.cpp
File · 0.80
Calls
1
getLocalAddress
Function · 0.85
Tested by
no test coverage detected