]> git.meshlink.io Git - catta/blobdiff - avahi-core/internal.h
Remove C Nokia notice that actually remained from the copyright boilerplate
[catta] / avahi-core / internal.h
index 813eacd6d2edee6fd1e00d5cdd4404882772435f..d0a10d665161b2b2c3f2bd022db619e007c0cdda 100644 (file)
@@ -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;
@@ -193,7 +193,6 @@ int avahi_server_add_ptr(
     const char *name,      
     const char *dest);
 
-
 #define AVAHI_CHECK_VALIDITY(server, expression, error) { \
         if (!(expression)) \
             return avahi_server_set_errno((server), (error)); \