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

refactor: update netstat command and improve wait logic #2856

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

mkoura
Copy link
Collaborator

@mkoura mkoura commented Dec 27, 2024

  • Simplified netstat command to use netstat -plnt for listening services
  • Removed unnecessary shell execution in netstat command
  • Adjusted wait logic for closing connections in TIME_WAIT state
  • Increased sleep duration to ensure connections are properly closed

- Simplified netstat command to use `netstat -plnt` for listening services
- Removed unnecessary shell execution in netstat command
- Adjusted wait logic for closing connections in TIME_WAIT state
- Increased sleep duration to ensure connections are properly closed
@mkoura mkoura requested a review from saratomaz as a code owner December 27, 2024 15:08
@mkoura mkoura merged commit 3996435 into master Dec 27, 2024
3 checks passed
@mkoura mkoura deleted the wait_timewait branch December 27, 2024 15:11
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