Expand description
Contains Tokio compatible implementations for finding a gateway and configuring port mappings
Structs
This structure represents a gateway found by the search functions.
Functions
Search gateway, bind to all interfaces and use a timeout of 3 seconds.
Search gateway, bind to the given interface and use a time of 3 seconds.
Search gateway, bind to the given interface and use the given duration for the timeout.
Search gateway, bind to all interfaces and use the given duration for the timeout.