go-ping / ping

ICMP Ping library for Go
MIT License
1.31k stars 344 forks source link

Set interface name, like `ping -I` option #228

Closed ilolicon closed 1 year ago

ilolicon commented 1 year ago

Hello,

I attempted to implement a useful feature - sending data packets from a specific network interface, similar to what the "ping" command's "-I" option does in Linux. Hoping I did it correctly. Test successfully passed on Linux OS.

Thanks!

The issues related to this feature:

111

204

SuperQ commented 1 year ago

This repo is deprecated