Added roadmap item

New task for polling interface status from Pinvoke iphlpsvc.dll. This provides data on enabled or disabled adapters, allowing me to reference interfaces using only their unique GUID (avoid issues with renaming interfaces) and remove reliance on netsh.
IPC
Sean McArdle 2016-04-23 21:31:44 -07:00
parent 5b2b15184c
commit 0884f57b9a
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Roadmap:
- [ ] Systray Icon w/status indicator
- [x] Configurable NIC whitelist/blacklist
- [x] Prepackaged builds
- [ ] Network status polled from iphlpsvc.dll
## Usage