MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / PeerInterface

Method PeerInterface

Peering/Peering.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97PeerInterface::PeerInterface()
98 :mSocket(gConfig.getNum("Peering.Port")),
99 mReferenceCounter(0)
100{
101 mSocket.nonblocking();
102}
103
104
105void* foo(void*)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected