go-ping / ping

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

Add size flag to demo pinger #145

Closed CHTJonas closed 3 years ago

CHTJonas commented 3 years ago

This PR adds a command line flag to the demo pinger which lets the user set the the size of the ICMP payload. The default is set at 16 which is the current default for an unconfigured pinger. Mainly useful for testing purposes.