|
join 1.0
lightweight network framework library
|
answer record. More...
#include <resolver.hpp>


Public Attributes | |
| uint32_t | ttl = 0 |
| IpAddress | addr |
| std::string | name |
| std::string | |
| uint32_t | serial = 0 |
| uint32_t | refresh = 0 |
| uint32_t | retry = 0 |
| uint32_t | expire = 0 |
| uint32_t | minimum = 0 |
| uint16_t | mxpref = 0 |
Public Attributes inherited from join::QuestionRecord | |
| std::string | host |
| uint16_t | type = 0 |
| uint16_t | dnsclass = 0 |
answer record.
| IpAddress join::AnswerRecord::addr |
address.
| uint32_t join::AnswerRecord::expire = 0 |
upper limit before zone is no longer authoritative.
| std::string join::AnswerRecord::mail |
server mail.
| uint32_t join::AnswerRecord::minimum = 0 |
minimum TTL.
| uint16_t join::AnswerRecord::mxpref = 0 |
mail exchange preference.
| std::string join::AnswerRecord::name |
canonical, server or mail exchanger name.
| uint32_t join::AnswerRecord::refresh = 0 |
refresh interval.
| uint32_t join::AnswerRecord::retry = 0 |
retry interval.
| uint32_t join::AnswerRecord::serial = 0 |
serial number.
| uint32_t join::AnswerRecord::ttl = 0 |
record TTL.