MCPcopy Create free account
hub / github.com/cppla/ServerStatus / PeerAddress

Method PeerAddress

server/src/network.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39 int State() const { return m_State; }
40 const NETADDR *PeerAddress() const { return &m_PeerAddr; }
41 const char *ErrorString() const { return m_aErrorString; }
42
43 void Reset();

Callers 2

AcceptClientMethod · 0.80
ClientAddrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected