Skip to content

Commit

Permalink
ttl is a 32bit field
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarning committed Nov 16, 2019
1 parent bf07836 commit 32aaace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ struct ResourceRecord {
char *name;
uint16_t type;
uint16_t class;
uint16_t ttl;
uint32_t ttl;
uint16_t rd_length;
union ResourceData rd_data;
struct ResourceRecord* next; // for linked list
Expand Down

0 comments on commit 32aaace

Please sign in to comment.