|
|||
|
|||
|
#include <dns.h>
Inheritance diagram for DNSResult:


Public Member Functions | |
| DNSResult (int i, const std::string &res, unsigned long timetolive, const std::string &orig) | |
| Build a DNS result. | |
Public Attributes | |
| int | id |
| Result ID. | |
| std::string | result |
| Result body, a hostname or IP address. | |
| unsigned long | ttl |
| Time-to-live value of the result. | |
| std::string | original |
| The original request, a hostname or IP address. | |
Definition at line 43 of file dns.h.
|
||||||||||||||||||||
|
Build a DNS result.
|
|
|
Result ID.
Definition at line 48 of file dns.h. Referenced by DNS::HandleEvent(). |
|
|
The original request, a hostname or IP address.
Definition at line 57 of file dns.h. Referenced by DNS::HandleEvent(). |
|
|
Result body, a hostname or IP address.
Definition at line 51 of file dns.h. Referenced by DNS::HandleEvent(). |
|
|
Time-to-live value of the result.
Definition at line 54 of file dns.h. Referenced by DNS::HandleEvent(). |