From 082bf7c49d390001c869925fbde2f35d7d9ac6ce Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 Nov 2005 00:11:51 +0000 Subject: 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 --- avahi-core/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core/internal.h') 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; -- cgit