]> git.meshlink.io Git - catta/blobdiff - avahi-core/response-sched.c
add support for RR modification in service data
[catta] / avahi-core / response-sched.c
index 08598fc983f0707197945b781e5f4ada8bd711c4..6bc48cad55d80d3b518bafa7d5c682c624b0b99a 100644 (file)
 #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;