Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ Socket
Method
Socket
server/src/network.h:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
// status requests
82
const NETADDR *ClientAddr(int ClientID) const { return m_aSlots[ClientID].m_Connection.PeerAddress(); }
83
const NETSOCKET *Socket() const { return &m_Socket; }
84
class CNetBan *NetBan() const { return m_pNetBan; }
85
};
86
Callers
1
Run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected