-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Add iphlpapi support #572
Add iphlpapi support #572
Conversation
….rs, tcpestats.rs, tcpmib.rs, udpmib.rs
@retep998 I know this PR have many code style problem, i hope we can put it in the final stage to solve it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
time_t is 32bits on x86
@brooss |
Ok, possibly I'm wrong, but from my testing of |
I'm testing from Rust. Call GetAdaptersInfo() with a zero sized buffer and:
buflen should then be a multiple of I get multiples of 640bytes returned by If Just checked on mingw32 and What does sizeof (IP_ADAPTER_INFO); give on vc++? |
Also MSDN has this to say:
So while |
👍 |
@LuoZijun on current nightly I have next issue
|
@LuoZijun According to
Since |
@retep998 Thank you, got it. |
Any update on this? We would need the same API |
Like @awakecoding, also looking to use this. Any updates? @LuoZijun ? |
Hi! Is it going to be merged? Is any help needed? |
There is still some work done that needs to be done with this PR before it can be merged, but it appears the original author of this PR has abandoned it, so anyone is free to resume work on this PR. |
@awakecoding @devnought @glebpom I have opened a new PR #675 for this and continued where @LuoZijun left off. Any comments/critiques welcome. I'm now checking to see what is missing, if anything, otherwise the PR is done. |
This PR has been superseded by #802 |
Issue: #561
Files:
Stage:
build.rs
)