GitHub - m-ou-se/pong: Fake ping times.

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

/ pong Public

Fake ping times.

150 stars 12 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

7 Commits

Repository files navigation

Pong

A Linux program that replies to ping but modifies the payload of the ICMP packet to get lower ping times in some ping implementations.

See

Install it with cargo install --git https://github.com/m-ou-se/pong.

You either need to run it as root, or you need to disable your kernel's ping reply with sysctl net.ipv4.icmp_echo_ignore_all=1 net.ipv6.icmp.echo_ignore_all=1 and give this program cap_net_raw capabilities with setcap cap_net_raw=ep ~/.cargo/bin/pong.

About

Fake ping times.

Resources

Readme

Activity

Stars

150 stars

Watchers

3 watching

Forks

12 forks

Releases

No releases published

Packages

No packages published

Languages