Module tauri_api::tcp[][src]

Expand description

TCP ports access API.

Functions

get_available_port

Gets the first available port between 8000 and 9000.

port_is_available

Checks if the given port is available to use.