]> git.meshlink.io Git - catta/blobdiff - avahi-core/cache.h
Make the poof algorithm only positive if 4 unanswered queries each
[catta] / avahi-core / cache.h
index edf9fa530be40d5c5708c620eb8cb5c5aeaed2da..fd740051649c3144a12a27b40fff3725ab1a2628 100644 (file)
@@ -48,8 +48,10 @@ struct AvahiCacheEntry {
     AvahiCache *cache;
     AvahiRecord *record;
     struct timeval timestamp;
+    struct timeval poof_timestamp;
     struct timeval expiry;
     int cache_flush;
+    int poof_num;
     
     AvahiAddress origin;