udpping

command module
v0.0.0-...-4492b67 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2022 License: AGPL-3.0 Imports: 15 Imported by: 0

README

UDPPing

A tool to test latency with UDP protocol

Running
# Run server with 0.0.0.0:5555
./udpping_linux_amd64 -s

# Run server with 127.0.0.1:1234
./udpping_server_linux_amd64 -s 127.0.0.1 1234

# Run client to ping 1.1.1.1:5555
./udpping_client_linux_amd64 1.1.1.1

# Run client to ping 127.0.0.1:1234, with 500 bytes data in udp payload
./udpping_client_linux_amd64 -l 500 127.0.0.1 1234

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL