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

feat: use lsof for net_connections on FreeBSD #1551

Merged

Commits on Nov 9, 2023

  1. feat: use lsof for net_connections on FreeBSD

    Use net.ConnectionsPidWithContext on FreeBSD, similarly to how it is done
    on Darwin. This uses common.CallLsofWithContext underneath the hood, which
    will use lsof under the hood, if available.
    
    Tested on FreeBSD 13.2-RELEASE
    
    Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
    wolf31o2 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a8418df View commit details
    Browse the repository at this point in the history