fix: In synscan mode, complete the expected sleep.#1636
fix: In synscan mode, complete the expected sleep.#1636Mzack9999 merged 2 commits intoprojectdiscovery:devfrom
Conversation
In synscan mode, the program exits immediately after sending all packets, but some packets may still be missing. Following the original definition of Timeout, a sleep period is added to compensate for any unreceived packets.
WalkthroughA sleep is added into the runner's streaming active path: after the scan wait ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai create an issue for this pull request |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain
🏁 Script executed: Length of output: 53
|
In synscan mode, the program exits immediately after sending all packets, but some packets may still be missing. Following the original definition of Timeout, a sleep period is added to compensate for any unreceived packets.
Summary by CodeRabbit