Skip to content

15 multi protocol scanning#71

Merged
rhendriks merged 7 commits intomasterfrom
15-multi-protocol-scanning
Jan 27, 2026
Merged

15 multi protocol scanning#71
rhendriks merged 7 commits intomasterfrom
15-multi-protocol-scanning

Conversation

@rhendriks
Copy link
Copy Markdown
Owner

  • Added information regarding socket associated with inbound statistics

@rhendriks rhendriks requested a review from Copilot January 27, 2026 10:22
@rhendriks rhendriks self-assigned this Jan 27, 2026
@rhendriks rhendriks added the fix fix or improve existing features/implementations label Jan 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds source address information to inbound statistics logging and improves cooldown period handling in the orchestrator. The version is bumped from 1.4.0 to 1.4.1.

Changes:

  • Added src field (String) to InboundConfig to track the source address associated with each inbound listener
  • Enhanced logging in task distributors with explicit cooldown duration messages
  • Improved shutdown logging to show protocol type, source address, and port information

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.

File Description
src/worker/measurement.rs Adds src field to InboundConfig using rx_origin.src.unwrap().to_string()
src/worker/inbound/mod.rs Adds src field to struct definition and enhances shutdown logging with source address and protocol information
src/orchestrator/task_distributor.rs Refactors cooldown logic to use variables, adds informative log messages about cooldown periods, and updates documentation
Cargo.toml Version bump from 1.4.0 to 1.4.1

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rhendriks rhendriks merged commit e962e80 into master Jan 27, 2026
2 checks passed
@rhendriks rhendriks deleted the 15-multi-protocol-scanning branch January 27, 2026 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix fix or improve existing features/implementations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants