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

Method IsSolving

src/ServerSocket.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 bool IsDownloadThrottled() const override { return false; }
65 void SendPacket(CPacket* packet, bool delpacket = true, bool controlpacket = true, uint32 actualPayloadSize = 0) override;
66 bool IsSolving() const { return m_IsSolving;};
67 void OnHostnameResolved(uint32 ip);
68 CServer *GetServerConnected() const { return serverconnect->GetCurrentServer(); }
69

Callers 1

CheckForTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected