|
|||
|
|||
|


Public Member Functions | |
| RequestTimeout (unsigned long n, InspIRCd *SI, DNSRequest *watching, int id) | |
| void | Tick (time_t) |
| Called when the timer ticks. | |
Private Attributes | |
| InspIRCd * | ServerInstance |
| DNSRequest * | watch |
| int | watchid |
Definition at line 123 of file dns.cpp.
|
||||||||||||||||||||
|
|
|
|
Called when the timer ticks. You should override this method with some useful code to handle the tick event. Implements Timer. Definition at line 133 of file dns.cpp. References DNS::Classes, Resolver::OnError(), DNS::requests, InspIRCd::Res, RESOLVER_TIMEOUT, ServerInstance, watch, and watchid. |
|
|
Definition at line 125 of file dns.cpp. Referenced by Tick(). |
|
|
Definition at line 126 of file dns.cpp. Referenced by Tick(). |
|
|
Definition at line 127 of file dns.cpp. Referenced by Tick(). |