pub fn search_gateway_from(
    ip: Ipv4Addr,
    handle: &Handle
) -> Box<dyn Future<Item = Gateway, Error = SearchError>>
Expand description

Search gateway, bind to the given interface and use a time of 3 seconds.

Bind to the given interface. The request will timeout after 3 seconds.