From f45a0f5e92cc00c20d967c7977442536526ad52c Mon Sep 17 00:00:00 2001 From: Allen Hill Date: Thu, 13 Aug 2026 16:25:50 -0700 Subject: [PATCH] Shorten time to next phy_active check (early continue) --- src/sniffer.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sniffer.cc b/src/sniffer.cc index 8172a93..a1a2aca 100644 --- a/src/sniffer.cc +++ b/src/sniffer.cc @@ -100,6 +100,8 @@ int main() { .binary = printBinary}); if (auto next = peripheral.react(std::move(result))) outgoing.push(std::move(next)); + + continue; } // stdin must be non-blocking: yielding EOF when idle/empty