MCPcopy Create free account
hub / github.com/amule-project/amule / CECServerSocket

Method CECServerSocket

src/ExternalConn.cpp:288–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287
288CECServerSocket::CECServerSocket(ECNotifier *notifier)
289:
290CECMuleSocket(true),
291m_conn_state(CONN_INIT),
292m_passwd_salt(GetRandomUint64()),
293m_notification_dispatch_depth(0),
294m_lastEcGenSeen(0),
295m_lastEcGenSeenShared(0),
296m_lastEcGenSeenPart(0),
297m_partialUpdateActive(false)
298{
299 wxASSERT(theApp->ECServerHandler);
300 theApp->ECServerHandler->AddSocket(this);
301 m_ec_notifier = notifier;
302}
303
304
305CECServerSocket::~CECServerSocket()

Callers

nothing calls this directly

Calls 2

GetRandomUint64Function · 0.85
AddSocketMethod · 0.45

Tested by

no test coverage detected