Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Myra::Traffic::Name_Resolution::ResourceRecord Struct Referencefinal

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]
 

Detailed Description

RFC 1035 section 4.1.3.

Member Data Documentation

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'


The documentation for this struct was generated from the following file: