EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
mDNS response meta definition More...
#include <packet_decoder.h>
Data Fields | |
uint16_t | rrtype |
uint16_t | cflush: 1 |
uint16_t | rrclass: 15 |
uint32_t | ttl |
uint16_t | rdlength |
mDNS response meta definition
uint16_t mdns_answer_meta::cflush |
Boolean flag indicating whether outdated cached records should be purged
uint16_t mdns_answer_meta::rdlength |
Integer representing the length (in octets) of the RDATA field
uint16_t mdns_answer_meta::rrclass |
Class code, 1 a.k.a. "IN" for the Internet and IP networks
uint16_t mdns_answer_meta::rrtype |
The type of the Resource Record
uint32_t mdns_answer_meta::ttl |
Time interval (in seconds) that the RR should be cached