From 9f401331c4c174303826fb2e03b544edab229306 Mon Sep 17 00:00:00 2001 From: Philipp Meier Date: Thu, 28 Sep 2017 09:09:03 +0200 Subject: [PATCH] Remove ttl==255 restriction for queries Signed-off-by: Philipp Meier --- interface.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/interface.c b/interface.c index 3904c89..7f814d2 100644 --- a/interface.c +++ b/interface.c @@ -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]; -- 2.11.0