summaryrefslogtreecommitdiffstats
path: root/avahi-core/internal.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-15 00:11:51 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-15 00:11:51 +0000
commit082bf7c49d390001c869925fbde2f35d7d9ac6ce (patch)
treeb0528a0f0f43e42f8e3340444fa16cf88e62f958 /avahi-core/internal.h
parent2fec4cc43bbc88b71484a73fa8c2911fe51b5a06 (diff)
some minor adjusments to the conformance testing program. We now pass Apple's
conformance tests without any changes or exceptions. git-svn-id: file:///home/lennart/svn/public/avahi/trunk@966 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-core/internal.h')
-rw-r--r--avahi-core/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/internal.h b/avahi-core/internal.h
index e360889..c791d8d 100644
--- a/avahi-core/internal.h
+++ b/avahi-core/internal.h
@@ -46,7 +46,7 @@ typedef struct AvahiEntry AvahiEntry;
#define AVAHI_FLAGS_VALID(flags, max) (!((flags) & ~(max)))
#define AVAHI_RR_HOLDOFF_MSEC 1000
-#define AVAHI_RR_HOLDOFF_MSEC_RATE_LIMIT 60000
+#define AVAHI_RR_HOLDOFF_MSEC_RATE_LIMIT 20000
#define AVAHI_RR_RATE_LIMIT_COUNT 15
typedef struct AvahiLegacyUnicastReflectSlot AvahiLegacyUnicastReflectSlot;