mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
ttl is a uint32_t
This commit is contained in:
@@ -64,7 +64,7 @@ struct dns_query {
|
||||
struct dns_rr_info {
|
||||
uint16_t type;
|
||||
uint16_t class;
|
||||
uint16_t ttl;
|
||||
uint32_t ttl;
|
||||
uint16_t rdlength;
|
||||
} __attribute__ (( packed ));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user