You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: update netstat command and improve wait logic
- 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
0 commit comments