conn

Crates.ioconn
lib.rsconn
version0.2.0
sourcesrc
created_at2023-04-02 00:32:50.675344
updated_at2023-04-02 00:37:00.0511
descriptionA tool to test TCP connections
homepagehttps://github.com/wcygan/conn
repositoryhttps://github.com/wcygan/conn
max_upload_size
id827785
size16,632
Will Cygan (wcygan)

documentation

README

TCP Tester

github crates.io

A tool to test TCP connections.

Usage

Install

cargo install conn

Run

Connect to an address over TCP

Usage: conn --ip <IP> --port <PORT>

Options:
  -i, --ip <IP>      The IP address
  -p, --port <PORT>  The port
  -h, --help         Print help
Commit count: 2

cargo fmt