TCP Tester

github crates.io

A tool to test TCP connections.

Usage

Install

bash cargo install conn

Run

``` Connect to an address over TCP

Usage: conn --ip --port

Options: -i, --ip The IP address -p, --port The port -h, --help Print help ```