get_if_addrs
Primary Maintainer: Andrew Cann (andrew.cann@maidsafe.net)
Secondary Maintainer: Qi Ma (qi.ma@maidsafe.net)
| Crate | Linux/OS X | Windows | Coverage | Issues |
|---|---|---|---|---|
![]() |
| API Documentation - master branch | SAFE Network System Documentation | MaidSafe website | SAFE Network Forum |
|---|
Overview
Retrieve network interface info for all interfaces on the system.
// List all of the machine's network interfaces
for iface in get_if_addrs.unwrap
Todo Items
- Create an API for responding to changes in network interfaces.
