Skip to content
Snippets Groups Projects

Make RR TTL field 4 bytes

Merged Pavel Doležal requested to merge fix_ttl_field into master
Compare and
2 files
+ 2
2
Preferences
Compare changes
Files
2
+ 1
1
@@ -355,7 +355,7 @@ namespace CDNS {
index_t name_index;
index_t classtype_index;
boost::optional<uint8_t> ttl;
boost::optional<uint32_t> ttl;
boost::optional<index_t> rdata_index;
};