summaryrefslogtreecommitdiffstats
path: root/avahi-core/rr.h
diff options
context:
space:
mode:
authorFederico Lucifredi <flucifredi@acm.org>2008-01-20 21:47:50 +0000
committerFederico Lucifredi <flucifredi@acm.org>2008-01-20 21:47:50 +0000
commit456dc751a0c3d48476277c8cbca338715948f2f7 (patch)
treeab48757bbb8992d181725dcad8800ed9de30ae28 /avahi-core/rr.h
parent4586d4466ffd0b8913f04b63c5dbfd261fc88017 (diff)
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
Diffstat (limited to 'avahi-core/rr.h')
-rw-r--r--avahi-core/rr.h4
1 files changed, 3 insertions, 1 deletions
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 */