Expand description
§ts_netmon
Platform-specific monitor implementations for network configuration events, such as the creation, modification, or removal of links, routes, and addresses.
Re-exports§
pub use netmon::PlatformMon;
Modules§
- linux
- Linux network monitor implementation.
Structs§
- Interface
- Details about a network interface.
- Interface
Id - A network interface id.
- MonType
- The unique id of a
Netmon. - Route
- A route definition.
Enums§
- Event
- An event produced by the network monitor.
- Family
- Specification of either IPv4 or IPv6.
- Family
OrBoth - Specification of IPv4 or IPv6 or both.
Traits§
Functions§
- platform_
mon - Get the platform
Netmonimplementation if there is one.