From 456dc751a0c3d48476277c8cbca338715948f2f7 Mon Sep 17 00:00:00 2001 From: Federico Lucifredi Date: Sun, 20 Jan 2008 21:47:50 +0000 Subject: keytag generation (avahi_keytag()) and a few more constants for RRSIG generation. git-svn-id: file:///home/lennart/svn/public/avahi/branches/federico2@1732 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/rr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'avahi-core/rr.h') diff --git a/avahi-core/rr.h b/avahi-core/rr.h index fc6a0e6..2437ef2 100644 --- a/avahi-core/rr.h +++ b/avahi-core/rr.h @@ -52,7 +52,9 @@ enum { /**DNSSEC protocol constants */ enum { - AVAHI_DNSSEC_PROTO = 0x3 + AVAHI_DNSSEC_PROTO = 0x3, + AVAHI_DNSSEC_VALIDITY = 30, + AVAHI_DNSSEC_TIME_DRIFT = 3600 }; /** DNS record classes, see RFC 1035, in addition to those defined in defs.h */ -- cgit