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: same TCP connection appears twice #631

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Commits on Apr 9, 2024

  1. fix: same TCP connection appears twice

    ```
    TCP, TCP6, UDP, and UDP6 are dynamically changing,
    and when we read these files, we should read them all at once.
    there will be data consistency issues if using line by lin reading
    
    fix: #576
    ```
    
    Signed-off-by: weidongkl <weidong@uniontech.com>
    weidongkl committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    210dc70 View commit details
    Browse the repository at this point in the history