// Copyright (C) Gear Technologies Inc.
// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0
//! Picking random ports
use ;
use ;
/// localhost addr
pub const LOCALHOST: &str = "127.0.0.1";
const PORT_RANGE: = 15000..25000;
/// Pick a random port