MCPcopy Create free account
hub / github.com/crossuo/crossuo / Init

Method Init

src/Wisp/WispConnection.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void CConnection::Init()
17{
18 m_Socket = tcp_open();
19 m_MessageParser = new CPacketMessage();
20}
21
22CConnection::~CConnection()
23{

Callers

nothing calls this directly

Calls 1

tcp_openFunction · 0.85

Tested by

no test coverage detected