From 62fd831195c8208379b2041935514aeec75cbbd9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 21 Aug 2005 20:03:50 +0000 Subject: add support for RR modification in service data git-svn-id: file:///home/lennart/svn/public/avahi/trunk@386 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/response-sched.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'avahi-core/response-sched.c') diff --git a/avahi-core/response-sched.c b/avahi-core/response-sched.c index 08598fc..6bc48ca 100644 --- a/avahi-core/response-sched.c +++ b/avahi-core/response-sched.c @@ -29,9 +29,16 @@ #include "response-sched.h" #include "log.h" +/* Local packets are supressed this long after sending them */ #define AVAHI_RESPONSE_HISTORY_MSEC 500 + +/* Local packets are deferred this long before sending them */ #define AVAHI_RESPONSE_DEFER_MSEC 20 + +/* Additional jitter for deferred packets */ #define AVAHI_RESPONSE_JITTER_MSEC 100 + +/* Remote packets can suppress local traffic as long as this value */ #define AVAHI_RESPONSE_SUPPRESS_MSEC 700 typedef struct AvahiResponseJob AvahiResponseJob; -- cgit