Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/xusser/udpping

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/xusser/udpping

  • v0.0.0-20220212014409-4492b67e308a
  • Source
  • Go
  • Socket score

Version published
Created
Source

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

FAQs

Package last updated on 12 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc