We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getifaddrs
1 parent ea4ba47 commit ad5488eCopy full SHA for ad5488e
src/ifaddrs.rs
@@ -110,7 +110,9 @@ impl Iterator for InterfaceAddressIterator {
110
///
111
/// Note that the underlying implementation differs between OSes. Only the
112
/// most common address families are supported by the nix crate (due to
113
-/// lack of time and complexity of testing). For any entry not supported,
+/// lack of time and complexity of testing). The address familiy is encoded
114
+/// in the specific variant of `SockAddr` returned for the fields `address`,
115
+/// `netmask`, `broadcast`, and `destination`. For any entry not supported,
116
/// the returned list will contain a `None` entry.
117
118
/// # Example
0 commit comments