Skip to content

Add new functions to read various net files for a specific process #226

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

Merged
merged 1 commit into from
Dec 18, 2022

Conversation

eminence
Copy link
Owner

The functions in the net module all read from the /proc/net symlink, which always points to the current process.

These new functions read from /proc/pid/net

Closes #126
Supersedes #218

The functions in the `net` module all read from the `/proc/net` symlink,
which always points to the current process.

These new functions read from `/proc/pid/net`

Closes #126
Supersedes #218
@eminence eminence merged commit ff5832e into master Dec 18, 2022
@eminence eminence deleted the proc_net_functions branch December 29, 2022 18:50
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.

Allow reading from specific pid's /net/dev
1 participant