MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / remoteAddress

Method remoteAddress

source/core/StarTcp.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128HostAddressWithPort TcpSocket::remoteAddress() const {
129 ReadLocker locker(m_mutex);
130 return m_remoteAddress;
131}
132
133TcpSocket::TcpSocket(NetworkMode networkMode) : Socket(SocketType::Tcp, networkMode) {}
134

Callers 9

isLocalMethod · 0.80
runMethod · 0.80
reapConnectionsMethod · 0.80
warpPlayersMethod · 0.80
processChatMethod · 0.80
doTempBanMethod · 0.80
doPermBanMethod · 0.80
processRequestMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected