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

Method SetLastDNSSolve

src/Server.h:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152 uint64 GetLastDNSSolve() const { return m_lastdnssolve; }
153 void SetLastDNSSolve(uint64 value) { m_lastdnssolve = value; }
154
155 bool GetDNSError() const { return m_dnsfailure; }
156 void SetDNSError(bool value) { m_dnsfailure = value; }

Callers 1

SendQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected