Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(netstat_tools): remove CLOSE from netstat command #2843

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

mkoura
Copy link
Collaborator

@mkoura mkoura commented Dec 18, 2024

The netstat command was modified to exclude the 'CLOSE' state from the output. This change ensures that only 'LISTEN' and 'TIME_WAIT' states are included, and so no client connection can be matched.

The netstat command was modified to exclude the 'CLOSE' state from the
output. This change ensures that only 'LISTEN' and 'TIME_WAIT' states
are included, and so no client connection can be matched.
@mkoura mkoura requested a review from saratomaz as a code owner December 18, 2024 19:13
@mkoura mkoura merged commit e3c8f41 into master Dec 18, 2024
3 checks passed
@mkoura mkoura deleted the fix_exclude_close branch December 18, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant