Skip to content

m-ou-se/pong

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages