RFC 1035 section 4.1.3. More...
#include "Name_Resolution.hpp"
Public Attributes | |
uint16_t | type |
1==host address 'A' More... | |
uint16_t | data_class |
1=='IN' (internet) More... | |
uint32_t | ttl |
Time-to-live. More... | |
uint16_t | rdlength |
Should be "4" for IPv4 addresses. More... | |
uint8_t | payload [0] |
RFC 1035 section 4.1.3.
uint16_t Myra::Traffic::Name_Resolution::ResourceRecord::data_class |
1=='IN' (internet)
uint8_t Myra::Traffic::Name_Resolution::ResourceRecord::payload[0] |
uint16_t Myra::Traffic::Name_Resolution::ResourceRecord::rdlength |
Should be "4" for IPv4 addresses.
uint32_t Myra::Traffic::Name_Resolution::ResourceRecord::ttl |
Time-to-live.
uint16_t Myra::Traffic::Name_Resolution::ResourceRecord::type |
1==host address 'A'