digineo / go-ping

A simple ping library using ICMP echo requests.
MIT License
234 stars 32 forks source link

Listening for a ping and responding #21

Open amlwwalker opened 1 year ago

amlwwalker commented 1 year ago

I'm trying to build an app (using TUN) that listens to pings and responds to them (instead of the native) ping app. I'm new to networking, but wondered if this library can facilitate this? Most of its for educational reasons really, I want to see if I can force increased ping latency etc