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

Docs: What is "snic" #1273

Closed
guettli opened this issue May 4, 2018 · 4 comments
Closed

Docs: What is "snic" #1273

guettli opened this issue May 4, 2018 · 4 comments
Labels

Comments

@guettli
Copy link
Contributor

guettli commented May 4, 2018

Please explain what "snic" means in the context of psutil.

Up to now I could not find a glossary in the docs.

@giampaolo
Copy link
Owner

I suppose you refer to the namedtuple name of net_if_addrs and net_if_stats functions. It stands for "system network interface card". With that said, nameduple names are not really important. They are there only because namedtuple construction requires them.

@guettli
Copy link
Contributor Author

guettli commented May 4, 2018

I am not the first person who has this question: https://stackoverflow.com/questions/45024490/what-is-a-snic-in-the-python-psutil-module

But I don't want to make more noise than necessary. If someone searches for "snic psutil" will find this issue and will find what he searched for.

Thank you for your answer.

@giampaolo giampaolo reopened this May 4, 2018
@giampaolo
Copy link
Owner

I see. I agree the name is a bit misleading indeed. It should be snicaddr.

@giampaolo
Copy link
Owner

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants