Function tipc::attach_to_interface[][src]

pub fn attach_to_interface(iface: &str) -> Result<Output, Error>

Attach TIPC to an interface to allow communication with other nodes on the network.

Example

attach_to_interface("eth0").unwrap();