go-ping / ping

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

Add configurable ICMP identifier #190

Closed natesales closed 2 years ago

natesales commented 2 years ago

This commit adds two functions to set and get a Pinger's ICMP identifier field.

natesales commented 2 years ago

Thanks for the review! I've made the proposed changes and squashed into one commit.