X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fcore.h;h=f50c6128ad69ee6c35cc73497d8bd5794006d0a6;hb=a9eb4cbb47598b26d53631bbf3c4bdb81e785185;hp=f3aea9d8781d21e9594358c126782c8836618607;hpb=a97605e07ad7f44f2f65e15be64880e61a39ab43;p=catta diff --git a/avahi-core/core.h b/avahi-core/core.h index f3aea9d..f50c612 100644 --- a/avahi-core/core.h +++ b/avahi-core/core.h @@ -1,8 +1,6 @@ #ifndef foocorehfoo #define foocorehfoo -/* $Id$ */ - /*** This file is part of avahi. @@ -31,6 +29,7 @@ typedef struct AvahiServer AvahiServer; #include #include #include +#include #include AVAHI_C_DECL_BEGIN @@ -67,6 +66,9 @@ typedef struct AvahiServerConfig { int allow_point_to_point; /**< Enable publishing on POINTOPOINT interfaces */ int publish_a_on_ipv6; /**< Publish an IPv4 A RR on IPv6 sockets */ int publish_aaaa_on_ipv4; /**< Publish an IPv4 A RR on IPv6 sockets */ + unsigned n_cache_entries_max; /**< Maximum number of cache entries per interface */ + AvahiUsec ratelimit_interval; /**< If non-zero, rate-limiting interval parameter. */ + unsigned ratelimit_burst; /**< If ratelimit_interval is non-zero, rate-limiting burst parameter. */ } AvahiServerConfig; /** Allocate a new mDNS responder object. */