Remove ttl==255 restriction for queries
[project/mdnsd.git] / interface.c
index 3904c89..7f814d2 100644 (file)
@@ -233,9 +233,6 @@ read_socket4(struct uloop_fd *u, unsigned int events)
                }
        }
 
-       if (ttl != 255)
-               return;
-
        if (debug > 1) {
                char buf[256];
 
@@ -310,9 +307,6 @@ read_socket6(struct uloop_fd *u, unsigned int events)
                }
        }
 
-       if (ttl != 255)
-               return;
-
        if (debug > 1) {
                char buf[256];