We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49d0bc commit bcbae74Copy full SHA for bcbae74
1 file changed
src/zeroconf/_core.py
@@ -313,6 +313,7 @@ def datagram_received(
313
and last_incoming_message.scope_id == scope
314
):
315
# We already processed this packet with 0.999s so we can reuse the parse
316
+ log.debug("Reusing last parsed packet from %r:%r [socket %s]", addr, port, self.sock_description)
317
msg = last_incoming_message
318
else:
319
msg = DNSIncoming(data, (addr, port), scope, now)
0 commit comments