Przeglądaj źródła

ttl is a uint32_t

tags/v0.9.3
Michael Brown 21 lat temu
rodzic
commit
3b59bf559c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/include/dns.h

+ 1
- 1
src/include/dns.h Wyświetl plik

64
 struct dns_rr_info {
64
 struct dns_rr_info {
65
 	uint16_t	type;
65
 	uint16_t	type;
66
 	uint16_t	class;
66
 	uint16_t	class;
67
-	uint16_t	ttl;
67
+	uint32_t	ttl;
68
 	uint16_t	rdlength;
68
 	uint16_t	rdlength;
69
 } __attribute__ (( packed ));
69
 } __attribute__ (( packed ));
70
 
70
 

Ładowanie…
Anuluj
Zapisz