MCPcopy 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
631void NetPeerUDP::getLocalAddress(struct sockaddr_in& local) const
632{
633 ::getLocalAddress(local, port);
634}
635
636unsigned NetPeerUDP::maxMessageData() const

Callers 2

getChannelInfoMethod · 0.80

Calls 1

getLocalAddressFunction · 0.85

Tested by

no test coverage detected